From: Christophe Leroy Date: Sat, 2 Apr 2022 09:50:21 +0000 (+0200) Subject: spi: Prepare cleanup of powerpc's asm/prom.h X-Git-Tag: v6.1-rc5~1198^2~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02b3024824f48a270f6170901f1abeb1edb1619f;p=platform%2Fkernel%2Flinux-starfive.git spi: Prepare cleanup of powerpc's asm/prom.h powerpc's asm/prom.h brings some headers that it doesn't need itself. In order to clean it up, first add missing headers in users of asm/prom.h Signed-off-by: Christophe Leroy Link: https://lore.kernel.org/r/5ed3298d8b5b1b5bf681d79584c61cb495852f4e.1648833423.git.christophe.leroy@csgroup.eu Signed-off-by: Mark Brown --- diff --git a/drivers/spi/spi-mpc52xx-psc.c b/drivers/spi/spi-mpc52xx-psc.c index 21ef5d4..7654736 100644 --- a/drivers/spi/spi-mpc52xx-psc.c +++ b/drivers/spi/spi-mpc52xx-psc.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include diff --git a/drivers/spi/spi-mpc52xx.c b/drivers/spi/spi-mpc52xx.c index 5104152..3ebdce8 100644 --- a/drivers/spi/spi-mpc52xx.c +++ b/drivers/spi/spi-mpc52xx.c @@ -19,6 +19,9 @@ #include #include #include +#include +#include + #include #include