diff options
Diffstat (limited to 'arch/mips/ath79/mach-ap136.c')
-rw-r--r-- | arch/mips/ath79/mach-ap136.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/ath79/mach-ap136.c b/arch/mips/ath79/mach-ap136.c index 479dd4b1d0d2..07eac58c3641 100644 --- a/arch/mips/ath79/mach-ap136.c +++ b/arch/mips/ath79/mach-ap136.c | |||
@@ -132,7 +132,7 @@ static void __init ap136_pci_init(u8 *eeprom) | |||
132 | ath79_register_pci(); | 132 | ath79_register_pci(); |
133 | } | 133 | } |
134 | #else | 134 | #else |
135 | static inline void ap136_pci_init(void) {} | 135 | static inline void ap136_pci_init(u8 *eeprom) {} |
136 | #endif /* CONFIG_PCI */ | 136 | #endif /* CONFIG_PCI */ |
137 | 137 | ||
138 | static void __init ap136_setup(void) | 138 | static void __init ap136_setup(void) |