aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/omap4-keypad.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/keyboard/omap4-keypad.c')
-rw-r--r--drivers/input/keyboard/omap4-keypad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/omap4-keypad.c b/drivers/input/keyboard/omap4-keypad.c
index c05f98c4141..7145ab3401f 100644
--- a/drivers/input/keyboard/omap4-keypad.c
+++ b/drivers/input/keyboard/omap4-keypad.c
@@ -440,7 +440,7 @@ MODULE_DEVICE_TABLE(of, omap_keypad_dt_match);
440 440
441static struct platform_driver omap4_keypad_driver = { 441static struct platform_driver omap4_keypad_driver = {
442 .probe = omap4_keypad_probe, 442 .probe = omap4_keypad_probe,
443 .remove = __devexit_p(omap4_keypad_remove), 443 .remove = omap4_keypad_remove,
444 .driver = { 444 .driver = {
445 .name = "omap4-keypad", 445 .name = "omap4-keypad",
446 .owner = THIS_MODULE, 446 .owner = THIS_MODULE,