aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/misc
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2011-12-13 01:19:40 +0800
committerAndy Green <andy.green@linaro.org>2012-01-09 10:46:21 +0800
commit777c853805000375e59dda1f6bdf1278e1c1c4f0 (patch)
tree838de22427bc6e889a1c675ccba80d2d2e41f4ae /drivers/input/misc
parent7647f440d5920a79478fc248ecccd97facaad761 (diff)
drivers: input: misc: Fix section mismatch warning
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'drivers/input/misc')
-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;