common: Drop linux/bitops.h from common header
[oweals/u-boot.git] / arch / arm / include / asm / arch-rockchip / lvds_rk3288.h
index 0f00df6bf5279f042af9d491f6c9ae0a312879d4..fb25504b12bf88d4e29c2d6cbb9e353e3abe7bde 100644 (file)
@@ -6,6 +6,10 @@
 #ifndef _ASM_ARCH_LVDS_RK3288_H
 #define _ASM_ARCH_LVDS_RK3288_H
 
+#ifndef __ASSEMBLY__
+#include <linux/bitops.h>
+#endif
+
 #define RK3288_LVDS_CH0_REG0                   0x00
 #define RK3288_LVDS_CH0_REG0_LVDS_EN           BIT(7)
 #define RK3288_LVDS_CH0_REG0_TTL_EN            BIT(6)