common: Drop linux/bitops.h from common header
[oweals/u-boot.git] / drivers / adc / rockchip-saradc.c
index 850142cce377b5a6ea661e75dd7e7c567c05ea8b..561740f63b5fa5632ca159e3883e38e6ffdbce35 100644 (file)
@@ -11,6 +11,7 @@
 #include <dm.h>
 #include <errno.h>
 #include <asm/io.h>
+#include <linux/bitops.h>
 #include <linux/err.h>
 
 #define SARADC_CTRL_CHN_MASK           GENMASK(2, 0)