diff options
author | Rob Herring <rob.herring@calxeda.com> | 2013-11-11 00:19:08 -0500 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2013-11-11 10:10:50 -0500 |
commit | c11eede69b6ad0ac44ebc1e021a8d2699c5f1f8f (patch) | |
tree | 95933ca7b2a7c4a60a975239a186b4c2104abf41 /drivers/dma/ppc4xx | |
parent | a8d3f362f52b65207cacbfb4c50f75e9d4751ef6 (diff) |
powerpc: add missing explicit OF includes for ppc
Commit b5b4bb3f6a11f9 (of: only include prom.h on sparc) removed implicit
includes of of_*.h headers by powerpc's prom.h. Some components were
missed in initial clean-up patch, so add the necessary includes to fix
powerpc builds.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Tejun Heo <tj@kernel.org>
Cc: Matt Mackall <mpm@selenic.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Vinod Koul <vinod.koul@intel.com>
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: linuxppc-dev@lists.ozlabs.org
Cc: linux-ide@vger.kernel.org
Cc: linux-crypto@vger.kernel.org
Diffstat (limited to 'drivers/dma/ppc4xx')
-rw-r--r-- | drivers/dma/ppc4xx/adma.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dma/ppc4xx/adma.c b/drivers/dma/ppc4xx/adma.c index 370ff8265630..e24b5ef486b5 100644 --- a/drivers/dma/ppc4xx/adma.c +++ b/drivers/dma/ppc4xx/adma.c | |||
@@ -42,6 +42,8 @@ | |||
42 | #include <linux/uaccess.h> | 42 | #include <linux/uaccess.h> |
43 | #include <linux/proc_fs.h> | 43 | #include <linux/proc_fs.h> |
44 | #include <linux/of.h> | 44 | #include <linux/of.h> |
45 | #include <linux/of_address.h> | ||
46 | #include <linux/of_irq.h> | ||
45 | #include <linux/of_platform.h> | 47 | #include <linux/of_platform.h> |
46 | #include <asm/dcr.h> | 48 | #include <asm/dcr.h> |
47 | #include <asm/dcr-regs.h> | 49 | #include <asm/dcr-regs.h> |