hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/powerpc/include/asm/cmpxchg.h
....@@ -5,7 +5,7 @@
55 #ifdef __KERNEL__
66 #include <linux/compiler.h>
77 #include <asm/synch.h>
8
-#include <linux/bits.h>
8
+#include <linux/bug.h>
99
1010 #ifdef __BIG_ENDIAN
1111 #define BITOFF_CAL(size, off) ((sizeof(u32) - size - off) * BITS_PER_BYTE)