
22 Feb
2022
22 Feb
'22
2:31 a.m.
The rockchip-sfc driver is missing an include to build correctly.
Signed-off-by: Peter Geis pgwipeout@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