From 52fdaddbdb65d0b1c5e3522555d79cbc4b18a18f Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 14 Mar 2012 10:29:22 +0100 Subject: [PATCH] --- yaml --- r: 309033 b: refs/heads/master c: 3a6208df8eb97e01fd8510762dd59dce375dd14d h: refs/heads/master i: 309031: 9f8541c51151c8eae456e2ddf954d7147ebfaf44 v: v3 --- [refs] | 2 +- trunk/arch/mips/ath79/mach-ubnt-xm.c | 2 +- trunk/arch/mips/ath79/pci.c | 2 +- .../mips/{include/asm/mach-ath79/pci-ath724x.h => ath79/pci.h} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename trunk/arch/mips/{include/asm/mach-ath79/pci-ath724x.h => ath79/pci.h} (100%) diff --git a/[refs] b/[refs] index 517cc15a2494..9153a9c4455e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e2dbdc436b46250c8682ea57151a7afb45f271e1 +refs/heads/master: 3a6208df8eb97e01fd8510762dd59dce375dd14d diff --git a/trunk/arch/mips/ath79/mach-ubnt-xm.c b/trunk/arch/mips/ath79/mach-ubnt-xm.c index 3c311a539347..a0435003b2e7 100644 --- a/trunk/arch/mips/ath79/mach-ubnt-xm.c +++ b/trunk/arch/mips/ath79/mach-ubnt-xm.c @@ -15,13 +15,13 @@ #ifdef CONFIG_PCI #include -#include #endif /* CONFIG_PCI */ #include "machtypes.h" #include "dev-gpio-buttons.h" #include "dev-leds-gpio.h" #include "dev-spi.h" +#include "pci.h" #define UBNT_XM_GPIO_LED_L1 0 #define UBNT_XM_GPIO_LED_L2 1 diff --git a/trunk/arch/mips/ath79/pci.c b/trunk/arch/mips/ath79/pci.c index 8db076e4542c..49574284b755 100644 --- a/trunk/arch/mips/ath79/pci.c +++ b/trunk/arch/mips/ath79/pci.c @@ -9,7 +9,7 @@ */ #include -#include +#include "pci.h" static struct ath724x_pci_data *pci_data; static int pci_data_size; diff --git a/trunk/arch/mips/include/asm/mach-ath79/pci-ath724x.h b/trunk/arch/mips/ath79/pci.h similarity index 100% rename from trunk/arch/mips/include/asm/mach-ath79/pci-ath724x.h rename to trunk/arch/mips/ath79/pci.h