mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-21 03:55:06 +00:00
Fix ramips build when CONFIG_RALINK_DEV_GPIO_BUTTONS is not set.
Signed-off-by: Helmut Schaa SVN-Revision: 21643
This commit is contained in:
parent
a756114e59
commit
971b7ff50e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user