forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
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)