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