mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
ramips: use gpio-keys-polled instead of gpio-buttons
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30461 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -12,18 +12,16 @@
|
||||
#define __ASM_MACH_RALINK_DEV_GPIO_BUTTONS_H
|
||||
|
||||
#include <linux/input.h>
|
||||
#include <linux/gpio_buttons.h>
|
||||
#include <linux/gpio_keys.h>
|
||||
|
||||
#ifdef CONFIG_RALINK_DEV_GPIO_BUTTONS
|
||||
void ramips_register_gpio_buttons(int id,
|
||||
unsigned poll_interval,
|
||||
unsigned nbuttons,
|
||||
struct gpio_button *buttons);
|
||||
void
|
||||
ramips_register_gpio_buttons(int id, unsigned poll_interval, unsigned nbuttons,
|
||||
struct gpio_keys_button *buttons);
|
||||
#else
|
||||
static inline void ramips_register_gpio_buttons(int id,
|
||||
unsigned poll_interval,
|
||||
unsigned nbuttons,
|
||||
struct gpio_button *buttons)
|
||||
static inline void
|
||||
ramips_register_gpio_buttons(int id, unsigned poll_interval, unsigned nbuttons,
|
||||
struct gpio_keys_button *buttons)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user