common: Drop linux/bitops.h from common header
[oweals/u-boot.git] / drivers / ram / stm32_sdram.c
index 1894a60f1a29ec4324684743380e3d213d4ae69a..3fddf4df9615370c739c9eb18549afc063d4bc0d 100644 (file)
@@ -12,6 +12,7 @@
 #include <ram.h>
 #include <asm/io.h>
 #include <dm/device_compat.h>
+#include <linux/bitops.h>
 #include <linux/delay.h>
 
 #define MEM_MODE_MASK  GENMASK(2, 0)