add support for 2.6.37, thanks Wipster!
[oweals/openwrt.git] / target / linux / ar7 / patches-2.6.37 / 930-ar7_early_gpio_init.patch
1 --- a/arch/mips/include/asm/mach-ar7/ar7.h
2 +++ b/arch/mips/include/asm/mach-ar7/ar7.h
3 @@ -205,4 +205,6 @@ void __init ar7_init_clocks(void);
4  
5  extern void __init ar7_init_clocks(void);
6  
7 +int __init ar7_gpio_init(void);
8 +
9  #endif /* __AR7_H__ */