diff options
author | Christophe Leroy <christophe.leroy@csgroup.eu> | 2022-04-02 11:50:21 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-04-05 11:21:55 +0200 |
commit | 02b3024824f48a270f6170901f1abeb1edb1619f (patch) | |
tree | 6482ff2b32d169a8f03e5c1fc2fbe930f9d31009 /drivers/spi/spi-mpc52xx.c | |
parent | spi: qcom-qspi: Add minItems to interconnect-names (diff) | |
download | linux-02b3024824f48a270f6170901f1abeb1edb1619f.tar.xz linux-02b3024824f48a270f6170901f1abeb1edb1619f.zip |
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 <christophe.leroy@csgroup.eu>
Link: https://lore.kernel.org/r/5ed3298d8b5b1b5bf681d79584c61cb495852f4e.1648833423.git.christophe.leroy@csgroup.eu
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-mpc52xx.c')
-rw-r--r-- | drivers/spi/spi-mpc52xx.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/spi/spi-mpc52xx.c b/drivers/spi/spi-mpc52xx.c index 51041526546d..3ebdce804b90 100644 --- a/drivers/spi/spi-mpc52xx.c +++ b/drivers/spi/spi-mpc52xx.c @@ -19,6 +19,9 @@ #include <linux/io.h> #include <linux/of_gpio.h> #include <linux/slab.h> +#include <linux/of_address.h> +#include <linux/of_irq.h> + #include <asm/time.h> #include <asm/mpc52xx.h> |