diff options
author | Robert Jarzmik <robert.jarzmik@free.fr> | 2014-09-28 08:10:54 -0400 |
---|---|---|
committer | Robert Jarzmik <robert.jarzmik@free.fr> | 2014-11-19 17:53:14 -0500 |
commit | bec942fcf4e7fac6965e1b5a33c51d034d276385 (patch) | |
tree | ede7c050abb261309b8db7420ed6fc3c1595d1c3 | |
parent | 4508f7751728980873c0368dedb298fc6f550b50 (diff) |
arm: pxa: remove unnecessary includes from pxa-dt
As the init functions necessary for machine init have moved to
generic.h, remove the unnecessary includes and prototypes definitions
from pxa-dt.c.
This removes the include of mach/pxaXXX-regs.h, and make pxa-dt generic
enough to accept other pxa variants.
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Acked-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm/mach-pxa/pxa-dt.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-pxa/pxa-dt.c b/arch/arm/mach-pxa/pxa-dt.c index f6a2c4b1c1dc..b070196f5a43 100644 --- a/arch/arm/mach-pxa/pxa-dt.c +++ b/arch/arm/mach-pxa/pxa-dt.c | |||
@@ -15,13 +15,10 @@ | |||
15 | #include <asm/mach/arch.h> | 15 | #include <asm/mach/arch.h> |
16 | #include <asm/mach/time.h> | 16 | #include <asm/mach/time.h> |
17 | #include <mach/irqs.h> | 17 | #include <mach/irqs.h> |
18 | #include <mach/pxa3xx.h> | ||
19 | 18 | ||
20 | #include "generic.h" | 19 | #include "generic.h" |
21 | 20 | ||
22 | #ifdef CONFIG_PXA3xx | 21 | #ifdef CONFIG_PXA3xx |
23 | extern void __init pxa3xx_dt_init_irq(void); | ||
24 | |||
25 | static const struct of_dev_auxdata pxa3xx_auxdata_lookup[] __initconst = { | 22 | static const struct of_dev_auxdata pxa3xx_auxdata_lookup[] __initconst = { |
26 | OF_DEV_AUXDATA("mrvl,pxa-uart", 0x40100000, "pxa2xx-uart.0", NULL), | 23 | OF_DEV_AUXDATA("mrvl,pxa-uart", 0x40100000, "pxa2xx-uart.0", NULL), |
27 | OF_DEV_AUXDATA("mrvl,pxa-uart", 0x40200000, "pxa2xx-uart.1", NULL), | 24 | OF_DEV_AUXDATA("mrvl,pxa-uart", 0x40200000, "pxa2xx-uart.1", NULL), |