summaryrefslogtreecommitdiff
path: root/drivers/input
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2010-07-02 12:48:48 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:38:18 -0800
commit9bd6675919b6643df2f8a991cfc4c4e01d692918 (patch)
treecc1e7bd2869dfdae558e58d77e8699ddd82c3b95 /drivers/input
parent1a05b0a207d0917eb5f62782214a056f4505fb8f (diff)
drivers: input: misc: Fix section mismatch warning
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'drivers/input')
-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 15939e5e2303..a98be67d1ab0 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;