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: Idd8d00737a369fbad89c35ca6a647f33d5ace3ae
Test: Builds without warningers/errors.
2 files changed