ar71xx: fix compiler warning if PCI is not enabled
authorGabor Juhos <juhosg@openwrt.org>
Mon, 23 Jan 2012 08:52:18 +0000 (08:52 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Mon, 23 Jan 2012 08:52:18 +0000 (08:52 +0000)
SVN-Revision: 29869

target/linux/ar71xx/files-2.6.39/arch/mips/ar71xx/mach-eap7660d.c

index d1e49eef05d162756ab8967bda1ff3ad81d5dc06..6187cba422bcc9f294509cb87fcf65f6f11af622 100644 (file)
@@ -39,6 +39,7 @@
 #define EAP7660D_WMAC0_CALDATA_OFFSET  0x2000
 #define EAP7660D_WMAC1_CALDATA_OFFSET  0x3000
 
+#ifdef CONFIG_PCI
 static struct ath5k_platform_data eap7660d_wmac0_data;
 static struct ath5k_platform_data eap7660d_wmac1_data;
 static char eap7660d_wmac0_mac[6];
@@ -46,7 +47,6 @@ static char eap7660d_wmac1_mac[6];
 static u16 eap7660d_wmac0_eeprom[ATH5K_PLAT_EEP_MAX_WORDS];
 static u16 eap7660d_wmac1_eeprom[ATH5K_PLAT_EEP_MAX_WORDS];
 
-#ifdef CONFIG_PCI
 static struct ar71xx_pci_irq eap7660d_pci_irqs[] __initdata = {
        {
                .slot   = 0,