dm: core: Create a new header file for 'compat' features
[oweals/u-boot.git] / drivers / spi / zynqmp_gqspi.c
index 4cca4180126c65824bc5935fc25f87cfc6a706a3..02b78df843715ad8357e0061d352bce3e6a3987b 100644 (file)
@@ -16,6 +16,8 @@
 #include <spi.h>
 #include <ubi_uboot.h>
 #include <wait_bit.h>
+#include <dm/device_compat.h>
+#include <linux/err.h>
 
 #define GQSPI_GFIFO_STRT_MODE_MASK     BIT(29)
 #define GQSPI_CONFIG_MODE_EN_MASK      (3 << 30)