summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/input/misc/gpio_event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/misc/gpio_event.c b/drivers/input/misc/gpio_event.c
index 15939e5e230..a98be67d1ab 100644
--- a/drivers/input/misc/gpio_event.c
+++ b/drivers/input/misc/gpio_event.c
@@ -119,7 +119,7 @@ void gpio_event_resume(struct early_suspend *h)
}
#endif
-static int __init gpio_event_probe(struct platform_device *pdev)
+static int gpio_event_probe(struct platform_device *pdev)
{
int err;
struct gpio_event *ip;