kernel/arch/powerpc/include/asm/cmpxchg.h
.. .. @@ -5,7 +5,7 @@ 5 5 #ifdef __KERNEL__ 6 6 #include <linux/compiler.h> 7 7 #include <asm/synch.h> 8 -#include <linux/bits.h>8 +#include <linux/bug.h>9 9 10 10 #ifdef __BIG_ENDIAN 11 11 #define BITOFF_CAL(size, off) ((sizeof(u32) - size - off) * BITS_PER_BYTE)