common: Drop linux/bitops.h from common header
[oweals/u-boot.git] / arch / arm / include / asm / gic-v3.h
index ac6c9e7013404b29eaf0f3477faa0da02c488c87..5131fabec4510daf46f6ceb680ef109b8583d33b 100644 (file)
@@ -6,6 +6,10 @@
 #ifndef __GIC_V3_H__
 #define __GIC_V3_H__
 
+#ifndef __ASSEMBLY__
+#include <linux/bitops.h>
+#endif
+
 #define GICR_CTLR_ENABLE_LPIS          BIT(0)
 #define GICR_CTLR_RWP                  BIT(3)