diff options
Diffstat (limited to 'arch/mips/ath79/mach-ubnt-xm.c')
-rw-r--r-- | arch/mips/ath79/mach-ubnt-xm.c | 4 |
1 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 edbc093bf665..3266ee063bd6 100644 --- a/arch/mips/ath79/mach-ubnt-xm.c +++ b/arch/mips/ath79/mach-ubnt-xm.c | |||
@@ -84,7 +84,7 @@ static struct ath79_spi_platform_data ubnt_xm_spi_data = { | |||
84 | #ifdef CONFIG_PCI | 84 | #ifdef CONFIG_PCI |
85 | static struct ath9k_platform_data ubnt_xm_eeprom_data; | 85 | static struct ath9k_platform_data ubnt_xm_eeprom_data; |
86 | 86 | ||
87 | static struct ath724x_pci_data ubnt_xm_pci_data[] = { | 87 | static struct ar724x_pci_data ubnt_xm_pci_data[] = { |
88 | { | 88 | { |
89 | .irq = UBNT_XM_PCI_IRQ, | 89 | .irq = UBNT_XM_PCI_IRQ, |
90 | .pdata = &ubnt_xm_eeprom_data, | 90 | .pdata = &ubnt_xm_eeprom_data, |
@@ -108,7 +108,7 @@ static void __init ubnt_xm_init(void) | |||
108 | memcpy(ubnt_xm_eeprom_data.eeprom_data, UBNT_XM_EEPROM_ADDR, | 108 | memcpy(ubnt_xm_eeprom_data.eeprom_data, UBNT_XM_EEPROM_ADDR, |
109 | sizeof(ubnt_xm_eeprom_data.eeprom_data)); | 109 | sizeof(ubnt_xm_eeprom_data.eeprom_data)); |
110 | 110 | ||
111 | ath724x_pci_add_data(ubnt_xm_pci_data, ARRAY_SIZE(ubnt_xm_pci_data)); | 111 | ar724x_pci_add_data(ubnt_xm_pci_data, ARRAY_SIZE(ubnt_xm_pci_data)); |
112 | #endif /* CONFIG_PCI */ | 112 | #endif /* CONFIG_PCI */ |
113 | 113 | ||
114 | ath79_register_pci(); | 114 | ath79_register_pci(); |