aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/stmpe-keypad.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/keyboard/stmpe-keypad.c')
-rw-r--r--drivers/input/keyboard/stmpe-keypad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/stmpe-keypad.c b/drivers/input/keyboard/stmpe-keypad.c
index d3d2eaa5f841..286719f5bc0b 100644
--- a/drivers/input/keyboard/stmpe-keypad.c
+++ b/drivers/input/keyboard/stmpe-keypad.c
@@ -348,7 +348,7 @@ static struct platform_driver stmpe_keypad_driver = {
348 .driver.name = "stmpe-keypad", 348 .driver.name = "stmpe-keypad",
349 .driver.owner = THIS_MODULE, 349 .driver.owner = THIS_MODULE,
350 .probe = stmpe_keypad_probe, 350 .probe = stmpe_keypad_probe,
351 .remove = __devexit_p(stmpe_keypad_remove), 351 .remove = stmpe_keypad_remove,
352}; 352};
353module_platform_driver(stmpe_keypad_driver); 353module_platform_driver(stmpe_keypad_driver);
354 354