]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
MIPS: ath79: rename pci-ath724x.h
authorGabor Juhos <juhosg@openwrt.org>
Wed, 14 Mar 2012 09:29:22 +0000 (10:29 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 15 May 2012 15:49:01 +0000 (17:49 +0200)
The declared function in this header file is used by the
ath79 platform code only. Move the header to the platform
directory.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Acked-by: René Bolldorf <xsecute@googlemail.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3486/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/ath79/mach-ubnt-xm.c
arch/mips/ath79/pci.c
arch/mips/ath79/pci.h [moved from arch/mips/include/asm/mach-ath79/pci-ath724x.h with 100% similarity]

index 3c311a5393471cb69cfa158bb2ba0c9ab417ddec..a0435003b2e7e9c4ed8fb742300d2d08f13dd560 100644 (file)
 
 #ifdef CONFIG_PCI
 #include <linux/ath9k_platform.h>
-#include <asm/mach-ath79/pci-ath724x.h>
 #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
index 8db076e4542cbabbaadec10ffa65eae77292141c..49574284b755b8c16fff6a6e05e20b6ba12d42ab 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 #include <linux/pci.h>
-#include <asm/mach-ath79/pci-ath724x.h>
+#include "pci.h"
 
 static struct ath724x_pci_data *pci_data;
 static int pci_data_size;