diff options
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/ath79/mach-ubnt-xm.c | 2 | ||||
-rw-r--r-- | arch/mips/ath79/pci.c | 2 | ||||
-rw-r--r-- | arch/mips/ath79/pci.h (renamed from arch/mips/include/asm/mach-ath79/pci-ath724x.h) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/ath79/mach-ubnt-xm.c b/arch/mips/ath79/mach-ubnt-xm.c index 3c311a539347..a0435003b2e7 100644 --- a/arch/mips/ath79/mach-ubnt-xm.c +++ b/arch/mips/ath79/mach-ubnt-xm.c | |||
@@ -15,13 +15,13 @@ | |||
15 | 15 | ||
16 | #ifdef CONFIG_PCI | 16 | #ifdef CONFIG_PCI |
17 | #include <linux/ath9k_platform.h> | 17 | #include <linux/ath9k_platform.h> |
18 | #include <asm/mach-ath79/pci-ath724x.h> | ||
19 | #endif /* CONFIG_PCI */ | 18 | #endif /* CONFIG_PCI */ |
20 | 19 | ||
21 | #include "machtypes.h" | 20 | #include "machtypes.h" |
22 | #include "dev-gpio-buttons.h" | 21 | #include "dev-gpio-buttons.h" |
23 | #include "dev-leds-gpio.h" | 22 | #include "dev-leds-gpio.h" |
24 | #include "dev-spi.h" | 23 | #include "dev-spi.h" |
24 | #include "pci.h" | ||
25 | 25 | ||
26 | #define UBNT_XM_GPIO_LED_L1 0 | 26 | #define UBNT_XM_GPIO_LED_L1 0 |
27 | #define UBNT_XM_GPIO_LED_L2 1 | 27 | #define UBNT_XM_GPIO_LED_L2 1 |
diff --git a/arch/mips/ath79/pci.c b/arch/mips/ath79/pci.c index 8db076e4542c..49574284b755 100644 --- a/arch/mips/ath79/pci.c +++ b/arch/mips/ath79/pci.c | |||
@@ -9,7 +9,7 @@ | |||
9 | */ | 9 | */ |
10 | 10 | ||
11 | #include <linux/pci.h> | 11 | #include <linux/pci.h> |
12 | #include <asm/mach-ath79/pci-ath724x.h> | 12 | #include "pci.h" |
13 | 13 | ||
14 | static struct ath724x_pci_data *pci_data; | 14 | static struct ath724x_pci_data *pci_data; |
15 | static int pci_data_size; | 15 | static int pci_data_size; |
diff --git a/arch/mips/include/asm/mach-ath79/pci-ath724x.h b/arch/mips/ath79/pci.h index 454885fa30c3..454885fa30c3 100644 --- a/arch/mips/include/asm/mach-ath79/pci-ath724x.h +++ b/arch/mips/ath79/pci.h | |||