Disable macro redefined warnings.

The new kernel headers do:

  #define __bitwise __bitwise__

However, the code redefines __bitwise without undef'ing it first.

This is a temporary fix, b/35721782 filed to fix this.

Change-Id: Ifc169910091d5b5291ae50c75ebef7c569d140be
Test: Builds without warningers/errors.
1 file changed