forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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)