drivers: input: misc: Fix section mismatch warning
authorDmitry Shmidt <dimitrysh@google.com>
Fri, 2 Jul 2010 19:48:48 +0000 (12:48 -0700)
committerColin Cross <ccross@android.com>
Thu, 30 Sep 2010 00:49:40 +0000 (17:49 -0700)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
drivers/input/misc/gpio_event.c

index 15939e5e23039bbacf3e389ec959cfd8b133a58e..a98be67d1ab0d530b110573d5d688bc970dc7330 100644 (file)
@@ -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;