On Wed, Mar 01, 2017 at 08:52:12PM -0800, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Fix the various compiler warnings that have crept in, and only define > __bitwise if the system headers haven't already done so. Linux 4.10 > changes the __bitwise definition so that our redefinition here is > just different enough that gcc complains. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Applied, thanks!! - Ted