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