common: Drop linux/bitops.h from common header
[oweals/u-boot.git] / drivers / gpio / bcm6345_gpio.c
index 71a978cf4077880b18ecef073b166c5e4ef34d84..5da11d988e08718065f63237c485038294cec091 100644 (file)
@@ -12,6 +12,7 @@
 #include <errno.h>
 #include <asm/gpio.h>
 #include <asm/io.h>
+#include <linux/bitops.h>
 
 struct bcm6345_gpio_priv {
        void __iomem *reg_dirout;