diff options
| author | Rob Herring <[email protected]> | 2013-09-17 19:28:33 +0000 |
|---|---|---|
| committer | Rob Herring <[email protected]> | 2013-10-10 01:04:04 +0000 |
| commit | 5af5073004071cedd0343eee51d77955037ec6f3 (patch) | |
| tree | 55bf69f5211017c8a842545f58970ac20c5caa0a /drivers/spi/spi-fsl-cpm.c | |
| parent | microblaze: clean-up prom.h implicit includes (diff) | |
| download | kernel-5af5073004071cedd0343eee51d77955037ec6f3.tar.gz kernel-5af5073004071cedd0343eee51d77955037ec6f3.zip | |
drivers: clean-up prom.h implicit includes
Powerpc is a mess of implicit includes by prom.h. Add the necessary
explicit includes to drivers in preparation of prom.h cleanup.
Signed-off-by: Rob Herring <[email protected]>
Acked-by: Grant Likely <[email protected]>
Diffstat (limited to 'drivers/spi/spi-fsl-cpm.c')
| -rw-r--r-- | drivers/spi/spi-fsl-cpm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spi-fsl-cpm.c b/drivers/spi/spi-fsl-cpm.c index 07971e3fe58b..bd5aaf42719c 100644 --- a/drivers/spi/spi-fsl-cpm.c +++ b/drivers/spi/spi-fsl-cpm.c @@ -20,6 +20,7 @@ #include <linux/spi/spi.h> #include <linux/fsl_devices.h> #include <linux/dma-mapping.h> +#include <linux/of_address.h> #include <asm/cpm.h> #include <asm/qe.h> |
