X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fkernel%2Fgpio-button-hotplug%2Fsrc%2Fgpio-button-hotplug.c;fp=package%2Fkernel%2Fgpio-button-hotplug%2Fsrc%2Fgpio-button-hotplug.c;h=c997e35803a23f9aa3cb4d56778fc6eb0866b150;hb=987eaba2367c56b1221e9bf5620eade0affa1703;hp=6b69d2751c7c4470bf39afc4068580a02b9e08af;hpb=dff70bfbb45b36b42cd69ece22180bb33a8f14ae;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c b/package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c index 6b69d2751c..c997e35803 100644 --- a/package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c +++ b/package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c @@ -224,7 +224,6 @@ static int button_hotplug_create_event(const char *name, unsigned int type, /* -------------------------------------------------------------------------*/ -#ifdef CONFIG_HOTPLUG static int button_get_index(unsigned int code) { int i; @@ -256,12 +255,6 @@ static void button_hotplug_event(struct gpio_keys_button_data *data, (seen - priv->seen) / HZ, value); priv->seen = seen; } -#else -static void button_hotplug_event(struct gpio_keys_button_data *data, - unsigned int type, int value) -{ -} -#endif /* CONFIG_HOTPLUG */ struct gpio_keys_button_dev { int polled;