Fix ramips build when CONFIG_RALINK_DEV_GPIO_BUTTONS is not set.

Signed-off-by: Helmut Schaa



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21643 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
John Crispin 2010-05-31 11:57:32 +00:00
parent df297315f7
commit c463512391
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ void __init ramips_register_gpio_buttons(int id,
static inline void ramips_register_gpio_buttons(int id, static inline void ramips_register_gpio_buttons(int id,
unsigned poll_interval, unsigned poll_interval,
unsigned nbuttons, unsigned nbuttons,
struct gpio_button *buttons); struct gpio_button *buttons)
{ {
} }
#endif #endif