mirror of https://github.com/hak5/openwrt-owl.git
parent
848dedeb8b
commit
f754063159
|
@ -5,14 +5,14 @@
|
|||
int ar71xx_pcibios_init(void);
|
||||
#else
|
||||
-static inline int ar71xx_pcibios_init(void) { return 0 };
|
||||
+static inline int ar71xx_pcibios_init(void) { return 0; };
|
||||
+static inline int ar71xx_pcibios_init(void) { return 0; }
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_PCI_AR724X)
|
||||
int ar724x_pcibios_init(int irq);
|
||||
#else
|
||||
-static inline int ar724x_pcibios_init(int irq) { return 0 };
|
||||
+static inline int ar724x_pcibios_init(int irq) { return 0; };
|
||||
+static inline int ar724x_pcibios_init(int irq) { return 0; }
|
||||
#endif
|
||||
|
||||
#endif /* __ASM_MACH_ATH79_PCI_H */
|
||||
|
|
Loading…
Reference in New Issue