applied, thx

Quoting Helmut Schaa <[email protected]>:

Fix ramips build when CONFIG_RALINK_DEV_GPIO_BUTTONS is not set.

Signed-off-by: Helmut Schaa <[email protected]>
---
 .../include/asm/mach-ralink/dev-gpio-buttons.h     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/dev-gpio-buttons.h b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/dev-gpio-buttons.h
index c1ae71e..0ab5c37 100644
--- a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/dev-gpio-buttons.h +++ b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/dev-gpio-buttons.h
@@ -23,7 +23,7 @@ void __init ramips_register_gpio_buttons(int id,
 static inline void ramips_register_gpio_buttons(int id,
                                                unsigned poll_interval,
                                                unsigned nbuttons,
-                                               struct gpio_button *buttons);
+                                               struct gpio_button *buttons)
 {
 }
 #endif
--
1.6.4.2

_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel




--
John Crispin
hacking, coding, etc
blogic on irc

   _______                     ________        __
  |       |.-----.-----.-----.|  |  |  |.----.|  |_
  |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
  |_______||   __|_____|__|__||________||__|  |____|
           |__| W I R E L E S S   F R E E D O M
  KAMIKAZE (bleeding edge) -----------------------
   * 10 oz Vodka       Shake well with ice and strain
   * 10 oz Triple sec  mixture into 10 shot glasses.
   * 10 oz lime juice  Salute!
  ---------------------------------------------------
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to