common: Drop linux/bitops.h from common header
[platform/kernel/u-boot.git] / drivers / spi / stm32_qspi.c
index 958c394..001f070 100644 (file)
@@ -9,8 +9,12 @@
 
 #include <common.h>
 #include <clk.h>
+#include <log.h>
 #include <reset.h>
 #include <spi-mem.h>
+#include <dm/device_compat.h>
+#include <linux/bitops.h>
+#include <linux/delay.h>
 #include <linux/iopoll.h>
 #include <linux/ioport.h>
 #include <linux/sizes.h>