summaryrefslogtreecommitdiff
path: root/arch/arm/mach-spear3xx
diff options
context:
space:
mode:
authorAlessandro Rubini <rubini@gnudd.com>2012-11-24 00:22:56 +0000
committerVinod Koul <vinod.koul@intel.com>2013-01-13 05:19:45 -0800
commit3a95b9fbba893ebfa9b83de105707539e0228e0c (patch)
treec2d2d725e2962c26ed7233099c63544e0b21c2ad /arch/arm/mach-spear3xx
parenta5dbff111cacecd2e79843a51cc86d21d3648af5 (diff)
downloadlinux-3.10-3a95b9fbba893ebfa9b83de105707539e0228e0c.tar.gz
linux-3.10-3a95b9fbba893ebfa9b83de105707539e0228e0c.tar.bz2
linux-3.10-3a95b9fbba893ebfa9b83de105707539e0228e0c.zip
pl080.h: moved from arm/include/asm/hardware to include/linux/amba/
The header is used by drivers/dma/amba-pl08x.c, which can be compiled under x86, where PL080 exists under a PCI-to-AMBA bridge. This patche moves it where it can be accessed by other architectures, and fixes all users. Signed-off-by: Alessandro Rubini <rubini@gnudd.com> Acked-by: Giancarlo Asnaghi <giancarlo.asnaghi@st.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'arch/arm/mach-spear3xx')
-rw-r--r--arch/arm/mach-spear3xx/spear3xx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-spear3xx/spear3xx.c b/arch/arm/mach-spear3xx/spear3xx.c
index 38fe95db31a..3d9b1b5e8ed 100644
--- a/arch/arm/mach-spear3xx/spear3xx.c
+++ b/arch/arm/mach-spear3xx/spear3xx.c
@@ -18,7 +18,6 @@
#include <linux/irqchip/spear-shirq.h>
#include <linux/of_irq.h>
#include <linux/io.h>
-#include <asm/hardware/pl080.h>
#include <asm/hardware/vic.h>
#include <plat/pl080.h>
#include <mach/generic.h>