gpio-button-hotplug: remove #ifdef CONFIG_HOTPLUG, it is gone in newer kernels (fixes...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 23 May 2014 22:13:10 +0000 (22:13 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 23 May 2014 22:13:10 +0000 (22:13 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40838 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c

index 6b69d27..c997e35 100644 (file)
@@ -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;