diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2015-12-02 16:27:08 -0500 |
|---|---|---|
| committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2015-12-07 12:17:48 -0500 |
| commit | c22c2c6008d69ff2632f8a69c62782468c2bb5a0 (patch) | |
| tree | 08f00d9b10be32b478831e42a29b1875b059079f | |
| parent | 43dad399a107ecffdba97454ca4cdf8c7271b228 (diff) | |
ARM: orion5x: clean up mach/*.h headers
This is a simple move of all header files that are no longer
included by anything else from the include/mach directory
to the platform directory itself as preparation for
multiplatform support.
The mach/uncompress.h headers are left in place for now,
and are mildly modified to be independent of the other
headers. They will be removed entirely when ARCH_MULTIPLATFORM
gets enabled and they become obsolete.
Rather than updating the path names inside of the comments
of each header, I delete those comments to avoid having to
update them again, should they get moved or copied another
time.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
31 files changed, 33 insertions, 55 deletions
diff --git a/arch/arm/mach-orion5x/board-d2net.c b/arch/arm/mach-orion5x/board-d2net.c index 8a7284124153..a89376a5cd92 100644 --- a/arch/arm/mach-orion5x/board-d2net.c +++ b/arch/arm/mach-orion5x/board-d2net.c | |||
| @@ -20,9 +20,9 @@ | |||
| 20 | #include <asm/mach-types.h> | 20 | #include <asm/mach-types.h> |
| 21 | #include <asm/mach/arch.h> | 21 | #include <asm/mach/arch.h> |
| 22 | #include <asm/mach/pci.h> | 22 | #include <asm/mach/pci.h> |
| 23 | #include <mach/orion5x.h> | ||
| 24 | #include <plat/orion-gpio.h> | 23 | #include <plat/orion-gpio.h> |
| 25 | #include "common.h" | 24 | #include "common.h" |
| 25 | #include "orion5x.h" | ||
| 26 | 26 | ||
| 27 | /***************************************************************************** | 27 | /***************************************************************************** |
| 28 | * LaCie d2 Network Info | 28 | * LaCie d2 Network Info |
diff --git a/arch/arm/mach-orion5x/board-dt.c b/arch/arm/mach-orion5x/board-dt.c index d0871786dd8a..6f4c2c4ae2a5 100644 --- a/arch/arm/mach-orion5x/board-dt.c +++ b/arch/arm/mach-orion5x/board-dt.c | |||
| @@ -20,10 +20,10 @@ | |||
| 20 | #include <asm/system_misc.h> | 20 | #include <asm/system_misc.h> |
| 21 | #include <asm/mach/arch.h> | 21 | #include <asm/mach/arch.h> |
| 22 | #include <asm/mach/map.h> | 22 | #include <asm/mach/map.h> |
| 23 | #include <mach/orion5x.h> | ||
| 24 | #include <mach/bridge-regs.h> | ||
| 25 | #include <plat/irq.h> | 23 | #include <plat/irq.h> |
| 26 | #include <plat/time.h> | 24 | #include <plat/time.h> |
| 25 | #include "orion5x.h" | ||
| 26 | #include "bridge-regs.h" | ||
| 27 | #include "common.h" | 27 | #include "common.h" |
| 28 | 28 | ||
| 29 | static struct of_dev_auxdata orion5x_auxdata_lookup[] __initdata = { | 29 | static struct of_dev_auxdata orion5x_auxdata_lookup[] __initdata = { |
diff --git a/arch/arm/mach-orion5x/board-mss2.c b/arch/arm/mach-orion5x/board-mss2.c index 66f9c3ba86cc..79202fd626df 100644 --- a/arch/arm/mach-orion5x/board-mss2.c +++ b/arch/arm/mach-orion5x/board-mss2.c | |||
| @@ -17,8 +17,8 @@ | |||
| 17 | #include <asm/mach-types.h> | 17 | #include <asm/mach-types.h> |
| 18 | #include <asm/mach/arch.h> | 18 | #include <asm/mach/arch.h> |
| 19 | #include <asm/mach/pci.h> | 19 | #include <asm/mach/pci.h> |
| 20 | #include <mach/orion5x.h> | 20 | #include "orion5x.h" |
| 21 | #include <mach/bridge-regs.h> | 21 | #include "bridge-regs.h" |
| 22 | #include "common.h" | 22 | #include "common.h" |
| 23 | 23 | ||
| 24 | /***************************************************************************** | 24 | /***************************************************************************** |
diff --git a/arch/arm/mach-orion5x/board-rd88f5182.c b/arch/arm/mach-orion5x/board-rd88f5182.c index 270824b0e50f..b7b0f52f4c0a 100644 --- a/arch/arm/mach-orion5x/board-rd88f5182.c +++ b/arch/arm/mach-orion5x/board-rd88f5182.c | |||
| @@ -18,8 +18,8 @@ | |||
| 18 | #include <asm/mach-types.h> | 18 | #include <asm/mach-types.h> |
| 19 | #include <asm/mach/arch.h> | 19 | #include <asm/mach/arch.h> |
| 20 | #include <asm/mach/pci.h> | 20 | #include <asm/mach/pci.h> |
| 21 | #include <mach/orion5x.h> | ||
| 22 | #include "common.h" | 21 | #include "common.h" |
| 22 | #include "orion5x.h" | ||
| 23 | 23 | ||
| 24 | /***************************************************************************** | 24 | /***************************************************************************** |
| 25 | * RD-88F5182 Info | 25 | * RD-88F5182 Info |
diff --git a/arch/arm/mach-orion5x/include/mach/bridge-regs.h b/arch/arm/mach-orion5x/bridge-regs.h index 5766e3fbff69..305598eaaee1 100644 --- a/arch/arm/mach-orion5x/include/mach/bridge-regs.h +++ b/arch/arm/mach-orion5x/bridge-regs.h | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * arch/arm/mach-orion5x/include/mach/bridge-regs.h | ||
| 3 | * | ||
| 4 | * Orion CPU Bridge Registers | 2 | * Orion CPU Bridge Registers |
| 5 | * | 3 | * |
| 6 | * This file is licensed under the terms of the GNU General Public | 4 | * This file is licensed under the terms of the GNU General Public |
| @@ -11,7 +9,7 @@ | |||
| 11 | #ifndef __ASM_ARCH_BRIDGE_REGS_H | 9 | #ifndef __ASM_ARCH_BRIDGE_REGS_H |
| 12 | #define __ASM_ARCH_BRIDGE_REGS_H | 10 | #define __ASM_ARCH_BRIDGE_REGS_H |
| 13 | 11 | ||
| 14 | #include <mach/orion5x.h> | 12 | #include "orion5x.h" |
| 15 | 13 | ||
| 16 | #define CPU_CONF (ORION5X_BRIDGE_VIRT_BASE + 0x100) | 14 | #define CPU_CONF (ORION5X_BRIDGE_VIRT_BASE + 0x100) |
| 17 | 15 | ||
diff --git a/arch/arm/mach-orion5x/common.c b/arch/arm/mach-orion5x/common.c index 2b7889e3b7bc..70c3366c8d03 100644 --- a/arch/arm/mach-orion5x/common.c +++ b/arch/arm/mach-orion5x/common.c | |||
| @@ -27,14 +27,14 @@ | |||
| 27 | #include <asm/mach/arch.h> | 27 | #include <asm/mach/arch.h> |
| 28 | #include <asm/mach/map.h> | 28 | #include <asm/mach/map.h> |
| 29 | #include <asm/mach/time.h> | 29 | #include <asm/mach/time.h> |
| 30 | #include <mach/bridge-regs.h> | ||
| 31 | #include <mach/hardware.h> | ||
| 32 | #include <mach/orion5x.h> | ||
| 33 | #include <linux/platform_data/mtd-orion_nand.h> | 30 | #include <linux/platform_data/mtd-orion_nand.h> |
| 34 | #include <linux/platform_data/usb-ehci-orion.h> | 31 | #include <linux/platform_data/usb-ehci-orion.h> |
| 35 | #include <plat/time.h> | 32 | #include <plat/time.h> |
| 36 | #include <plat/common.h> | 33 | #include <plat/common.h> |
| 34 | |||
| 35 | #include "bridge-regs.h" | ||
| 37 | #include "common.h" | 36 | #include "common.h" |
| 37 | #include "orion5x.h" | ||
| 38 | 38 | ||
| 39 | /***************************************************************************** | 39 | /***************************************************************************** |
| 40 | * I/O Address Mapping | 40 | * I/O Address Mapping |
diff --git a/arch/arm/mach-orion5x/db88f5281-setup.c b/arch/arm/mach-orion5x/db88f5281-setup.c index 698528fee39d..12f74b46e2ff 100644 --- a/arch/arm/mach-orion5x/db88f5281-setup.c +++ b/arch/arm/mach-orion5x/db88f5281-setup.c | |||
| @@ -23,10 +23,10 @@ | |||
| 23 | #include <asm/mach-types.h> | 23 | #include <asm/mach-types.h> |
| 24 | #include <asm/mach/arch.h> | 24 | #include <asm/mach/arch.h> |
| 25 | #include <asm/mach/pci.h> | 25 | #include <asm/mach/pci.h> |
| 26 | #include <mach/orion5x.h> | ||
| 27 | #include <linux/platform_data/mtd-orion_nand.h> | 26 | #include <linux/platform_data/mtd-orion_nand.h> |
| 28 | #include "common.h" | 27 | #include "common.h" |
| 29 | #include "mpp.h" | 28 | #include "mpp.h" |
| 29 | #include "orion5x.h" | ||
| 30 | 30 | ||
| 31 | /***************************************************************************** | 31 | /***************************************************************************** |
| 32 | * DB-88F5281 on board devices | 32 | * DB-88F5281 on board devices |
diff --git a/arch/arm/mach-orion5x/dns323-setup.c b/arch/arm/mach-orion5x/dns323-setup.c index 96a8c50e7223..cd483bfb5ca8 100644 --- a/arch/arm/mach-orion5x/dns323-setup.c +++ b/arch/arm/mach-orion5x/dns323-setup.c | |||
| @@ -33,8 +33,8 @@ | |||
| 33 | #include <asm/mach/arch.h> | 33 | #include <asm/mach/arch.h> |
| 34 | #include <asm/mach/pci.h> | 34 | #include <asm/mach/pci.h> |
| 35 | #include <asm/system_info.h> | 35 | #include <asm/system_info.h> |
| 36 | #include <mach/orion5x.h> | ||
| 37 | #include <plat/orion-gpio.h> | 36 | #include <plat/orion-gpio.h> |
| 37 | #include "orion5x.h" | ||
| 38 | #include "common.h" | 38 | #include "common.h" |
| 39 | #include "mpp.h" | 39 | #include "mpp.h" |
| 40 | 40 | ||
diff --git a/arch/arm/mach-orion5x/include/mach/hardware.h b/arch/arm/mach-orion5x/include/mach/hardware.h deleted file mode 100644 index 395735482473..000000000000 --- a/arch/arm/mach-orion5x/include/mach/hardware.h +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * arch/arm/mach-orion5x/include/mach/hardware.h | ||
| 3 | * | ||
| 4 | * This program is free software; you can redistribute it and/or modify | ||
| 5 | * it under the terms of the GNU General Public License version 2 as | ||
| 6 | * published by the Free Software Foundation. | ||
| 7 | */ | ||
| 8 | |||
| 9 | #ifndef __ASM_ARCH_HARDWARE_H | ||
| 10 | #define __ASM_ARCH_HARDWARE_H | ||
| 11 | |||
| 12 | #include "orion5x.h" | ||
| 13 | |||
| 14 | #endif | ||
diff --git a/arch/arm/mach-orion5x/include/mach/uncompress.h b/arch/arm/mach-orion5x/include/mach/uncompress.h index abd26b542c3c..25e5cb98fecc 100644 --- a/arch/arm/mach-orion5x/include/mach/uncompress.h +++ b/arch/arm/mach-orion5x/include/mach/uncompress.h | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * arch/arm/mach-orion5x/include/mach/uncompress.h | ||
| 3 | * | ||
| 4 | * Tzachi Perelstein <tzachi@marvell.com> | 2 | * Tzachi Perelstein <tzachi@marvell.com> |
| 5 | * | 3 | * |
| 6 | * This file is licensed under the terms of the GNU General Public | 4 | * This file is licensed under the terms of the GNU General Public |
| @@ -9,8 +7,8 @@ | |||
| 9 | */ | 7 | */ |
| 10 | 8 | ||
| 11 | #include <linux/serial_reg.h> | 9 | #include <linux/serial_reg.h> |
| 12 | #include <mach/orion5x.h> | ||
| 13 | 10 | ||
| 11 | #define UART0_PHYS_BASE (0xf1000000 + 0x12000) | ||
| 14 | #define SERIAL_BASE ((unsigned char *)UART0_PHYS_BASE) | 12 | #define SERIAL_BASE ((unsigned char *)UART0_PHYS_BASE) |
| 15 | 13 | ||
| 16 | static void putc(const char c) | 14 | static void putc(const char c) |
diff --git a/arch/arm/mach-orion5x/irq.c b/arch/arm/mach-orion5x/irq.c index 8678db1eb1bd..de980ef9cda1 100644 --- a/arch/arm/mach-orion5x/irq.c +++ b/arch/arm/mach-orion5x/irq.c | |||
| @@ -13,10 +13,10 @@ | |||
| 13 | #include <linux/kernel.h> | 13 | #include <linux/kernel.h> |
| 14 | #include <linux/irq.h> | 14 | #include <linux/irq.h> |
| 15 | #include <linux/io.h> | 15 | #include <linux/io.h> |
| 16 | #include <mach/bridge-regs.h> | ||
| 17 | #include <plat/orion-gpio.h> | 16 | #include <plat/orion-gpio.h> |
| 18 | #include <plat/irq.h> | 17 | #include <plat/irq.h> |
| 19 | #include <asm/exception.h> | 18 | #include <asm/exception.h> |
| 19 | #include "bridge-regs.h" | ||
| 20 | #include "common.h" | 20 | #include "common.h" |
| 21 | 21 | ||
| 22 | static int __initdata gpio0_irqs[4] = { | 22 | static int __initdata gpio0_irqs[4] = { |
diff --git a/arch/arm/mach-orion5x/include/mach/irqs.h b/arch/arm/mach-orion5x/irqs.h index 4b8703cd1ccb..506c8e0b30c4 100644 --- a/arch/arm/mach-orion5x/include/mach/irqs.h +++ b/arch/arm/mach-orion5x/irqs.h | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * arch/arm/mach-orion5x/include/mach/irqs.h | ||
| 3 | * | ||
| 4 | * IRQ definitions for Orion SoC | 2 | * IRQ definitions for Orion SoC |
| 5 | * | 3 | * |
| 6 | * Maintainer: Tzachi Perelstein <tzachi@marvell.com> | 4 | * Maintainer: Tzachi Perelstein <tzachi@marvell.com> |
diff --git a/arch/arm/mach-orion5x/kurobox_pro-setup.c b/arch/arm/mach-orion5x/kurobox_pro-setup.c index b1ebb3721638..9dc3f59bed9c 100644 --- a/arch/arm/mach-orion5x/kurobox_pro-setup.c +++ b/arch/arm/mach-orion5x/kurobox_pro-setup.c | |||
| @@ -23,10 +23,10 @@ | |||
| 23 | #include <asm/mach-types.h> | 23 | #include <asm/mach-types.h> |
| 24 | #include <asm/mach/arch.h> | 24 | #include <asm/mach/arch.h> |
| 25 | #include <asm/mach/pci.h> | 25 | #include <asm/mach/pci.h> |
| 26 | #include <mach/orion5x.h> | ||
| 27 | #include <linux/platform_data/mtd-orion_nand.h> | 26 | #include <linux/platform_data/mtd-orion_nand.h> |
| 28 | #include "common.h" | 27 | #include "common.h" |
| 29 | #include "mpp.h" | 28 | #include "mpp.h" |
| 29 | #include "orion5x.h" | ||
| 30 | 30 | ||
| 31 | /***************************************************************************** | 31 | /***************************************************************************** |
| 32 | * KUROBOX-PRO Info | 32 | * KUROBOX-PRO Info |
diff --git a/arch/arm/mach-orion5x/ls-chl-setup.c b/arch/arm/mach-orion5x/ls-chl-setup.c index cb8720e6d02b..dfdaa8a498a4 100644 --- a/arch/arm/mach-orion5x/ls-chl-setup.c +++ b/arch/arm/mach-orion5x/ls-chl-setup.c | |||
| @@ -22,9 +22,9 @@ | |||
| 22 | #include <linux/gpio.h> | 22 | #include <linux/gpio.h> |
| 23 | #include <asm/mach-types.h> | 23 | #include <asm/mach-types.h> |
| 24 | #include <asm/mach/arch.h> | 24 | #include <asm/mach/arch.h> |
| 25 | #include <mach/orion5x.h> | ||
| 26 | #include "common.h" | 25 | #include "common.h" |
| 27 | #include "mpp.h" | 26 | #include "mpp.h" |
| 27 | #include "orion5x.h" | ||
| 28 | 28 | ||
| 29 | /***************************************************************************** | 29 | /***************************************************************************** |
| 30 | * Linkstation LS-CHL Info | 30 | * Linkstation LS-CHL Info |
diff --git a/arch/arm/mach-orion5x/ls_hgl-setup.c b/arch/arm/mach-orion5x/ls_hgl-setup.c index 0ddfa23821ec..47ba6e0502f5 100644 --- a/arch/arm/mach-orion5x/ls_hgl-setup.c +++ b/arch/arm/mach-orion5x/ls_hgl-setup.c | |||
| @@ -21,9 +21,9 @@ | |||
| 21 | #include <linux/gpio.h> | 21 | #include <linux/gpio.h> |
| 22 | #include <asm/mach-types.h> | 22 | #include <asm/mach-types.h> |
| 23 | #include <asm/mach/arch.h> | 23 | #include <asm/mach/arch.h> |
| 24 | #include <mach/orion5x.h> | ||
| 25 | #include "common.h" | 24 | #include "common.h" |
| 26 | #include "mpp.h" | 25 | #include "mpp.h" |
| 26 | #include "orion5x.h" | ||
| 27 | 27 | ||
| 28 | /***************************************************************************** | 28 | /***************************************************************************** |
| 29 | * Linkstation LS-HGL Info | 29 | * Linkstation LS-HGL Info |
diff --git a/arch/arm/mach-orion5x/mpp.c b/arch/arm/mach-orion5x/mpp.c index 5b70026f478c..19ef18594415 100644 --- a/arch/arm/mach-orion5x/mpp.c +++ b/arch/arm/mach-orion5x/mpp.c | |||
| @@ -11,8 +11,8 @@ | |||
| 11 | #include <linux/kernel.h> | 11 | #include <linux/kernel.h> |
| 12 | #include <linux/init.h> | 12 | #include <linux/init.h> |
| 13 | #include <linux/io.h> | 13 | #include <linux/io.h> |
| 14 | #include <mach/hardware.h> | ||
| 15 | #include <plat/mpp.h> | 14 | #include <plat/mpp.h> |
| 15 | #include "orion5x.h" | ||
| 16 | #include "mpp.h" | 16 | #include "mpp.h" |
| 17 | #include "common.h" | 17 | #include "common.h" |
| 18 | 18 | ||
diff --git a/arch/arm/mach-orion5x/mv2120-setup.c b/arch/arm/mach-orion5x/mv2120-setup.c index 11985dc45c47..2bf8ec75e908 100644 --- a/arch/arm/mach-orion5x/mv2120-setup.c +++ b/arch/arm/mach-orion5x/mv2120-setup.c | |||
| @@ -21,9 +21,9 @@ | |||
| 21 | #include <linux/ata_platform.h> | 21 | #include <linux/ata_platform.h> |
| 22 | #include <asm/mach-types.h> | 22 | #include <asm/mach-types.h> |
| 23 | #include <asm/mach/arch.h> | 23 | #include <asm/mach/arch.h> |
| 24 | #include <mach/orion5x.h> | ||
| 25 | #include "common.h" | 24 | #include "common.h" |
| 26 | #include "mpp.h" | 25 | #include "mpp.h" |
| 26 | #include "orion5x.h" | ||
| 27 | 27 | ||
| 28 | #define MV2120_NOR_BOOT_BASE 0xf4000000 | 28 | #define MV2120_NOR_BOOT_BASE 0xf4000000 |
| 29 | #define MV2120_NOR_BOOT_SIZE SZ_512K | 29 | #define MV2120_NOR_BOOT_SIZE SZ_512K |
diff --git a/arch/arm/mach-orion5x/net2big-setup.c b/arch/arm/mach-orion5x/net2big-setup.c index e91abcc2213d..bf6be4cfd238 100644 --- a/arch/arm/mach-orion5x/net2big-setup.c +++ b/arch/arm/mach-orion5x/net2big-setup.c | |||
| @@ -24,10 +24,10 @@ | |||
| 24 | #include <linux/delay.h> | 24 | #include <linux/delay.h> |
| 25 | #include <asm/mach-types.h> | 25 | #include <asm/mach-types.h> |
| 26 | #include <asm/mach/arch.h> | 26 | #include <asm/mach/arch.h> |
| 27 | #include <mach/orion5x.h> | ||
| 28 | #include <plat/orion-gpio.h> | 27 | #include <plat/orion-gpio.h> |
| 29 | #include "common.h" | 28 | #include "common.h" |
| 30 | #include "mpp.h" | 29 | #include "mpp.h" |
| 30 | #include "orion5x.h" | ||
| 31 | 31 | ||
| 32 | /***************************************************************************** | 32 | /***************************************************************************** |
| 33 | * LaCie 2Big Network Info | 33 | * LaCie 2Big Network Info |
diff --git a/arch/arm/mach-orion5x/include/mach/orion5x.h b/arch/arm/mach-orion5x/orion5x.h index 7be7c2e05465..3364df331f01 100644 --- a/arch/arm/mach-orion5x/include/mach/orion5x.h +++ b/arch/arm/mach-orion5x/orion5x.h | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * arch/arm/mach-orion5x/include/mach/orion5x.h | ||
| 3 | * | ||
| 4 | * Generic definitions of Orion SoC flavors: | 2 | * Generic definitions of Orion SoC flavors: |
| 5 | * Orion-1, Orion-VoIP, Orion-NAS, Orion-2, and Orion-1-90. | 3 | * Orion-1, Orion-VoIP, Orion-NAS, Orion-2, and Orion-1-90. |
| 6 | * | 4 | * |
| @@ -14,7 +12,7 @@ | |||
| 14 | #ifndef __ASM_ARCH_ORION5X_H | 12 | #ifndef __ASM_ARCH_ORION5X_H |
| 15 | #define __ASM_ARCH_ORION5X_H | 13 | #define __ASM_ARCH_ORION5X_H |
| 16 | 14 | ||
| 17 | #include <mach/irqs.h> | 15 | #include "irqs.h" |
| 18 | 16 | ||
| 19 | /***************************************************************************** | 17 | /***************************************************************************** |
| 20 | * Orion Address Maps | 18 | * Orion Address Maps |
diff --git a/arch/arm/mach-orion5x/pci.c b/arch/arm/mach-orion5x/pci.c index b02f3947be51..ecb998e7f8dc 100644 --- a/arch/arm/mach-orion5x/pci.c +++ b/arch/arm/mach-orion5x/pci.c | |||
| @@ -19,8 +19,8 @@ | |||
| 19 | #include <asm/mach/pci.h> | 19 | #include <asm/mach/pci.h> |
| 20 | #include <plat/pcie.h> | 20 | #include <plat/pcie.h> |
| 21 | #include <plat/addr-map.h> | 21 | #include <plat/addr-map.h> |
| 22 | #include <mach/orion5x.h> | ||
| 23 | #include "common.h" | 22 | #include "common.h" |
| 23 | #include "orion5x.h" | ||
| 24 | 24 | ||
| 25 | /***************************************************************************** | 25 | /***************************************************************************** |
| 26 | * Orion has one PCIe controller and one PCI controller. | 26 | * Orion has one PCIe controller and one PCI controller. |
diff --git a/arch/arm/mach-orion5x/rd88f5181l-fxo-setup.c b/arch/arm/mach-orion5x/rd88f5181l-fxo-setup.c index 69a6e5b20b0b..c742e7b40b0d 100644 --- a/arch/arm/mach-orion5x/rd88f5181l-fxo-setup.c +++ b/arch/arm/mach-orion5x/rd88f5181l-fxo-setup.c | |||
| @@ -20,9 +20,9 @@ | |||
| 20 | #include <asm/mach-types.h> | 20 | #include <asm/mach-types.h> |
| 21 | #include <asm/mach/arch.h> | 21 | #include <asm/mach/arch.h> |
| 22 | #include <asm/mach/pci.h> | 22 | #include <asm/mach/pci.h> |
| 23 | #include <mach/orion5x.h> | ||
| 24 | #include "common.h" | 23 | #include "common.h" |
| 25 | #include "mpp.h" | 24 | #include "mpp.h" |
| 25 | #include "orion5x.h" | ||
| 26 | 26 | ||
| 27 | /***************************************************************************** | 27 | /***************************************************************************** |
| 28 | * RD-88F5181L FXO Info | 28 | * RD-88F5181L FXO Info |
diff --git a/arch/arm/mach-orion5x/rd88f5181l-ge-setup.c b/arch/arm/mach-orion5x/rd88f5181l-ge-setup.c index e19f8b7f87b3..7e977b794b0c 100644 --- a/arch/arm/mach-orion5x/rd88f5181l-ge-setup.c +++ b/arch/arm/mach-orion5x/rd88f5181l-ge-setup.c | |||
| @@ -21,9 +21,9 @@ | |||
| 21 | #include <asm/mach-types.h> | 21 | #include <asm/mach-types.h> |
| 22 | #include <asm/mach/arch.h> | 22 | #include <asm/mach/arch.h> |
| 23 | #include <asm/mach/pci.h> | 23 | #include <asm/mach/pci.h> |
| 24 | #include <mach/orion5x.h> | ||
| 25 | #include "common.h" | 24 | #include "common.h" |
| 26 | #include "mpp.h" | 25 | #include "mpp.h" |
| 26 | #include "orion5x.h" | ||
| 27 | 27 | ||
| 28 | /***************************************************************************** | 28 | /***************************************************************************** |
| 29 | * RD-88F5181L GE Info | 29 | * RD-88F5181L GE Info |
diff --git a/arch/arm/mach-orion5x/rd88f5182-setup.c b/arch/arm/mach-orion5x/rd88f5182-setup.c index 180a4f972d3d..fe3e67c81fb8 100644 --- a/arch/arm/mach-orion5x/rd88f5182-setup.c +++ b/arch/arm/mach-orion5x/rd88f5182-setup.c | |||
| @@ -23,9 +23,9 @@ | |||
| 23 | #include <asm/mach-types.h> | 23 | #include <asm/mach-types.h> |
| 24 | #include <asm/mach/arch.h> | 24 | #include <asm/mach/arch.h> |
| 25 | #include <asm/mach/pci.h> | 25 | #include <asm/mach/pci.h> |
| 26 | #include <mach/orion5x.h> | ||
| 27 | #include "common.h" | 26 | #include "common.h" |
| 28 | #include "mpp.h" | 27 | #include "mpp.h" |
| 28 | #include "orion5x.h" | ||
| 29 | 29 | ||
| 30 | /***************************************************************************** | 30 | /***************************************************************************** |
| 31 | * RD-88F5182 Info | 31 | * RD-88F5182 Info |
diff --git a/arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c b/arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c index cc5bdbe70fa9..4bf80dd5478c 100644 --- a/arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c +++ b/arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c | |||
| @@ -22,8 +22,8 @@ | |||
| 22 | #include <asm/mach-types.h> | 22 | #include <asm/mach-types.h> |
| 23 | #include <asm/mach/arch.h> | 23 | #include <asm/mach/arch.h> |
| 24 | #include <asm/mach/pci.h> | 24 | #include <asm/mach/pci.h> |
| 25 | #include <mach/orion5x.h> | ||
| 26 | #include "common.h" | 25 | #include "common.h" |
| 26 | #include "orion5x.h" | ||
| 27 | 27 | ||
| 28 | static struct mv643xx_eth_platform_data rd88f6183ap_ge_eth_data = { | 28 | static struct mv643xx_eth_platform_data rd88f6183ap_ge_eth_data = { |
| 29 | .phy_addr = -1, | 29 | .phy_addr = -1, |
diff --git a/arch/arm/mach-orion5x/terastation_pro2-setup.c b/arch/arm/mach-orion5x/terastation_pro2-setup.c index ad2057514deb..deb5e29ac669 100644 --- a/arch/arm/mach-orion5x/terastation_pro2-setup.c +++ b/arch/arm/mach-orion5x/terastation_pro2-setup.c | |||
| @@ -22,9 +22,9 @@ | |||
| 22 | #include <asm/mach-types.h> | 22 | #include <asm/mach-types.h> |
| 23 | #include <asm/mach/arch.h> | 23 | #include <asm/mach/arch.h> |
| 24 | #include <asm/mach/pci.h> | 24 | #include <asm/mach/pci.h> |
| 25 | #include <mach/orion5x.h> | ||
| 26 | #include "common.h" | 25 | #include "common.h" |
| 27 | #include "mpp.h" | 26 | #include "mpp.h" |
| 27 | #include "orion5x.h" | ||
| 28 | 28 | ||
| 29 | /***************************************************************************** | 29 | /***************************************************************************** |
| 30 | * Terastation Pro 2/Live Info | 30 | * Terastation Pro 2/Live Info |
diff --git a/arch/arm/mach-orion5x/ts209-setup.c b/arch/arm/mach-orion5x/ts209-setup.c index 1cfc364c9b1e..7bd671b2854c 100644 --- a/arch/arm/mach-orion5x/ts209-setup.c +++ b/arch/arm/mach-orion5x/ts209-setup.c | |||
| @@ -25,9 +25,9 @@ | |||
| 25 | #include <asm/mach-types.h> | 25 | #include <asm/mach-types.h> |
| 26 | #include <asm/mach/arch.h> | 26 | #include <asm/mach/arch.h> |
| 27 | #include <asm/mach/pci.h> | 27 | #include <asm/mach/pci.h> |
| 28 | #include <mach/orion5x.h> | ||
| 29 | #include "common.h" | 28 | #include "common.h" |
| 30 | #include "mpp.h" | 29 | #include "mpp.h" |
| 30 | #include "orion5x.h" | ||
| 31 | #include "tsx09-common.h" | 31 | #include "tsx09-common.h" |
| 32 | 32 | ||
| 33 | #define QNAP_TS209_NOR_BOOT_BASE 0xf4000000 | 33 | #define QNAP_TS209_NOR_BOOT_BASE 0xf4000000 |
diff --git a/arch/arm/mach-orion5x/ts409-setup.c b/arch/arm/mach-orion5x/ts409-setup.c index bc985cf44625..a77613b14db5 100644 --- a/arch/arm/mach-orion5x/ts409-setup.c +++ b/arch/arm/mach-orion5x/ts409-setup.c | |||
| @@ -27,9 +27,9 @@ | |||
| 27 | #include <asm/mach-types.h> | 27 | #include <asm/mach-types.h> |
| 28 | #include <asm/mach/arch.h> | 28 | #include <asm/mach/arch.h> |
| 29 | #include <asm/mach/pci.h> | 29 | #include <asm/mach/pci.h> |
| 30 | #include <mach/orion5x.h> | ||
| 31 | #include "common.h" | 30 | #include "common.h" |
| 32 | #include "mpp.h" | 31 | #include "mpp.h" |
| 32 | #include "orion5x.h" | ||
| 33 | #include "tsx09-common.h" | 33 | #include "tsx09-common.h" |
| 34 | 34 | ||
| 35 | /***************************************************************************** | 35 | /***************************************************************************** |
diff --git a/arch/arm/mach-orion5x/ts78xx-setup.c b/arch/arm/mach-orion5x/ts78xx-setup.c index 5a61a66ce012..b67ace446576 100644 --- a/arch/arm/mach-orion5x/ts78xx-setup.c +++ b/arch/arm/mach-orion5x/ts78xx-setup.c | |||
| @@ -23,9 +23,9 @@ | |||
| 23 | #include <asm/mach-types.h> | 23 | #include <asm/mach-types.h> |
| 24 | #include <asm/mach/arch.h> | 24 | #include <asm/mach/arch.h> |
| 25 | #include <asm/mach/map.h> | 25 | #include <asm/mach/map.h> |
| 26 | #include <mach/orion5x.h> | ||
| 27 | #include "common.h" | 26 | #include "common.h" |
| 28 | #include "mpp.h" | 27 | #include "mpp.h" |
| 28 | #include "orion5x.h" | ||
| 29 | #include "ts78xx-fpga.h" | 29 | #include "ts78xx-fpga.h" |
| 30 | 30 | ||
| 31 | /***************************************************************************** | 31 | /***************************************************************************** |
diff --git a/arch/arm/mach-orion5x/tsx09-common.c b/arch/arm/mach-orion5x/tsx09-common.c index d42e006597c7..89774985d380 100644 --- a/arch/arm/mach-orion5x/tsx09-common.c +++ b/arch/arm/mach-orion5x/tsx09-common.c | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | #include <linux/mv643xx_eth.h> | 15 | #include <linux/mv643xx_eth.h> |
| 16 | #include <linux/timex.h> | 16 | #include <linux/timex.h> |
| 17 | #include <linux/serial_reg.h> | 17 | #include <linux/serial_reg.h> |
| 18 | #include <mach/orion5x.h> | 18 | #include "orion5x.h" |
| 19 | #include "tsx09-common.h" | 19 | #include "tsx09-common.h" |
| 20 | #include "common.h" | 20 | #include "common.h" |
| 21 | 21 | ||
diff --git a/arch/arm/mach-orion5x/wnr854t-setup.c b/arch/arm/mach-orion5x/wnr854t-setup.c index bcc6e12dcdac..4e1e5c8f6111 100644 --- a/arch/arm/mach-orion5x/wnr854t-setup.c +++ b/arch/arm/mach-orion5x/wnr854t-setup.c | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | #include <asm/mach-types.h> | 19 | #include <asm/mach-types.h> |
| 20 | #include <asm/mach/arch.h> | 20 | #include <asm/mach/arch.h> |
| 21 | #include <asm/mach/pci.h> | 21 | #include <asm/mach/pci.h> |
| 22 | #include <mach/orion5x.h> | 22 | #include "orion5x.h" |
| 23 | #include "common.h" | 23 | #include "common.h" |
| 24 | #include "mpp.h" | 24 | #include "mpp.h" |
| 25 | 25 | ||
diff --git a/arch/arm/mach-orion5x/wrt350n-v2-setup.c b/arch/arm/mach-orion5x/wrt350n-v2-setup.c index 4068d7a3e466..61e9027ef224 100644 --- a/arch/arm/mach-orion5x/wrt350n-v2-setup.c +++ b/arch/arm/mach-orion5x/wrt350n-v2-setup.c | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | #include <asm/mach-types.h> | 22 | #include <asm/mach-types.h> |
| 23 | #include <asm/mach/arch.h> | 23 | #include <asm/mach/arch.h> |
| 24 | #include <asm/mach/pci.h> | 24 | #include <asm/mach/pci.h> |
| 25 | #include <mach/orion5x.h> | 25 | #include "orion5x.h" |
| 26 | #include "common.h" | 26 | #include "common.h" |
| 27 | #include "mpp.h" | 27 | #include "mpp.h" |
| 28 | 28 | ||
