forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
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)