common: Drop linux/bitops.h from common header
[oweals/u-boot.git] / arch / arm / include / asm / arch-rockchip / cru_rk3128.h
index 40a5ca7390e36d53f75539204aacb8efdb988987..cca812d29e40728dfa8e29b841f4272b95f9e66b 100644 (file)
@@ -6,6 +6,10 @@
 #ifndef _ASM_ARCH_CRU_RK3128_H
 #define _ASM_ARCH_CRU_RK3128_H
 
+#ifndef __ASSEMBLY__
+#include <linux/bitops.h>
+#endif
+
 #define MHz            1000000
 #define OSC_HZ         (24 * MHz)