From 2921bbb7b51515ef881bafef686f3fd9cc366b6f Mon Sep 17 00:00:00 2001
From: Dmitry Shmidt <dimitrysh@google.com>
Date: Fri, 2 Jul 2010 12:48:48 -0700
Subject: [PATCH 178/696] drivers: input: misc: Fix section mismatch warning

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
---
 drivers/input/misc/gpio_event.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/input/misc/gpio_event.c b/drivers/input/misc/gpio_event.c
index 15939e5..a98be67 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;
-- 
1.7.1


