From: Felix Fietkau Date: Fri, 23 May 2014 22:13:13 +0000 (+0000) Subject: button-hotplug: remove #ifdef CONFIG_HOTPLUG, it is gone in newer kernels X-Git-Tag: reboot~7204 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;ds=sidebyside;h=d9bbeff7c8352244e430db36234c9314e41d787f;p=lede-git%2F.git button-hotplug: remove #ifdef CONFIG_HOTPLUG, it is gone in newer kernels Signed-off-by: Felix Fietkau SVN-Revision: 40839 --- diff --git a/package/kernel/button-hotplug/src/button-hotplug.c b/package/kernel/button-hotplug/src/button-hotplug.c index 8f84eb1084..41fdf3a256 100644 --- a/package/kernel/button-hotplug/src/button-hotplug.c +++ b/package/kernel/button-hotplug/src/button-hotplug.c @@ -208,7 +208,6 @@ static int button_hotplug_create_event(const char *name, unsigned long seen, /* -------------------------------------------------------------------------*/ -#ifdef CONFIG_HOTPLUG static int button_get_index(unsigned int code) { int i; @@ -239,12 +238,6 @@ static void button_hotplug_event(struct input_handle *handle, (seen - priv->seen[btn]) / HZ, value); priv->seen[btn] = seen; } -#else -static void button_hotplug_event(struct input_handle *handle, - unsigned int type, unsigned int code, int value) -{ -} -#endif /* CONFIG_HOTPLUG */ static int button_hotplug_connect(struct input_handler *handler, struct input_dev *dev, const struct input_device_id *id)