1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-19 21:37:37 +03:00
openwrt-xburst/target/linux/ar7/patches-2.6.37/930-ar7_early_gpio_init.patch

10 lines
247 B
Diff
Raw Normal View History

--- a/arch/mips/include/asm/mach-ar7/ar7.h
+++ b/arch/mips/include/asm/mach-ar7/ar7.h
@@ -205,4 +205,6 @@ void __init ar7_init_clocks(void);
extern void __init ar7_init_clocks(void);
+int __init ar7_gpio_init(void);
+
#endif /* __AR7_H__ */