aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/mk712.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-01-29 21:51:07 -0500
committerDmitry Torokhov <dtor_core@ameritech.net>2006-01-29 21:51:07 -0500
commitffc6b529e8c46c73827008c7406f43482d71beed (patch)
tree7e1431c1f7e16f084e1a97ca360f2f62ba8c9762 /drivers/input/touchscreen/mk712.c
parentInput: mousedev - fix memory leak (diff)
downloadlinux-dev-ffc6b529e8c46c73827008c7406f43482d71beed.tar.xz
linux-dev-ffc6b529e8c46c73827008c7406f43482d71beed.zip
Input: make needlessly global code static
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/mk712.c')
-rw-r--r--drivers/input/touchscreen/mk712.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/mk712.c b/drivers/input/touchscreen/mk712.c
index 4844d250a5eb..3226830eea08 100644
--- a/drivers/input/touchscreen/mk712.c
+++ b/drivers/input/touchscreen/mk712.c
@@ -154,7 +154,7 @@ static void mk712_close(struct input_dev *dev)
spin_unlock_irqrestore(&mk712_lock, flags);
}
-int __init mk712_init(void)
+static int __init mk712_init(void)
{
int err;