[PATCH v1 03/11] spi: rockchip-sfc: fix building rockchip-sfc

Peter Geis pgwipeout at gmail.com
Tue Feb 22 02:31:22 CET 2022


The rockchip-sfc driver is missing an include to build correctly.

Signed-off-by: Peter Geis <pgwipeout at gmail.com>
---
 drivers/spi/rockchip_sfc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/spi/rockchip_sfc.c b/drivers/spi/rockchip_sfc.c
index e098addddcac..851a6482985b 100644
--- a/drivers/spi/rockchip_sfc.c
+++ b/drivers/spi/rockchip_sfc.c
@@ -12,6 +12,7 @@
 #include <bouncebuf.h>
 #include <clk.h>
 #include <dm.h>
+#include <dm/device_compat.h>
 #include <linux/bitops.h>
 #include <linux/delay.h>
 #include <linux/iopoll.h>
-- 
2.25.1



More information about the U-Boot mailing list