commit | ffc6b529e8c46c73827008c7406f43482d71beed | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Sun Jan 29 21:51:07 2006 -0500 |
committer | Dmitry Torokhov <dtor_core@ameritech.net> | Sun Jan 29 21:51:07 2006 -0500 |
tree | 7e1431c1f7e16f084e1a97ca360f2f62ba8c9762 | |
parent | 74570d413cbb5cede06a0183a91d3006f134bf6b [diff] [blame] |
Input: make needlessly global code static Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
diff --git a/drivers/input/touchscreen/mk712.c b/drivers/input/touchscreen/mk712.c index 4844d25..3226830 100644 --- a/drivers/input/touchscreen/mk712.c +++ b/drivers/input/touchscreen/mk712.c
@@ -154,7 +154,7 @@ spin_unlock_irqrestore(&mk712_lock, flags); } -int __init mk712_init(void) +static int __init mk712_init(void) { int err;