diff options
author | Rob Herring <rob.herring@calxeda.com> | 2013-09-17 21:28:33 +0200 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2013-10-10 03:04:04 +0200 |
commit | 5af5073004071cedd0343eee51d77955037ec6f3 (patch) | |
tree | 55bf69f5211017c8a842545f58970ac20c5caa0a /drivers/dma/mpc512x_dma.c | |
parent | microblaze: clean-up prom.h implicit includes (diff) | |
download | linux-5af5073004071cedd0343eee51d77955037ec6f3.tar.xz linux-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 <rob.herring@calxeda.com>
Acked-by: Grant Likely <grant.likely@linaro.org>
Diffstat (limited to 'drivers/dma/mpc512x_dma.c')
-rw-r--r-- | drivers/dma/mpc512x_dma.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dma/mpc512x_dma.c b/drivers/dma/mpc512x_dma.c index 2fe435377333..448750da4402 100644 --- a/drivers/dma/mpc512x_dma.c +++ b/drivers/dma/mpc512x_dma.c @@ -39,7 +39,9 @@ #include <linux/interrupt.h> #include <linux/io.h> #include <linux/slab.h> +#include <linux/of_address.h> #include <linux/of_device.h> +#include <linux/of_irq.h> #include <linux/of_platform.h> #include <linux/random.h> |