common: Drop linux/bitops.h from common header
[oweals/u-boot.git] / drivers / gpio / dwapb_gpio.c
index 7b50a34b3f9a1193104937970aea67e204014690..e5e35181940ce2a41ad6458dea74c7b668e26503 100644 (file)
@@ -19,6 +19,7 @@
 #include <dm/root.h>
 #include <errno.h>
 #include <reset.h>
+#include <linux/bitops.h>
 
 #define GPIO_SWPORT_DR(p)      (0x00 + (p) * 0xc)
 #define GPIO_SWPORT_DDR(p)     (0x04 + (p) * 0xc)