diff options
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/keyboard/tc3589x-keypad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/tc3589x-keypad.c b/drivers/input/keyboard/tc3589x-keypad.c index 99122f59e988..f60c9e82f204 100644 --- a/drivers/input/keyboard/tc3589x-keypad.c +++ b/drivers/input/keyboard/tc3589x-keypad.c | |||
@@ -90,7 +90,7 @@ struct tc_keypad { | |||
90 | bool keypad_stopped; | 90 | bool keypad_stopped; |
91 | }; | 91 | }; |
92 | 92 | ||
93 | static int __devinit tc3589x_keypad_init_key_hardware(struct tc_keypad *keypad) | 93 | static int tc3589x_keypad_init_key_hardware(struct tc_keypad *keypad) |
94 | { | 94 | { |
95 | int ret; | 95 | int ret; |
96 | struct tc3589x *tc3589x = keypad->tc3589x; | 96 | struct tc3589x *tc3589x = keypad->tc3589x; |