forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
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)