mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:56:14 +02:00
ar71xx: fix compiler warning if PCI is not enabled
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29869 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e0b80e41eb
commit
be456a1234
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user