diff options
Diffstat (limited to 'drivers/input/keyboard/spear-keyboard.c')
-rw-r--r-- | drivers/input/keyboard/spear-keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/spear-keyboard.c b/drivers/input/keyboard/spear-keyboard.c index 3c503dae7b64..d70093bef740 100644 --- a/drivers/input/keyboard/spear-keyboard.c +++ b/drivers/input/keyboard/spear-keyboard.c | |||
@@ -279,7 +279,7 @@ static int spear_kbd_probe(struct platform_device *pdev) | |||
279 | return 0; | 279 | return 0; |
280 | } | 280 | } |
281 | 281 | ||
282 | static int __devexit spear_kbd_remove(struct platform_device *pdev) | 282 | static int spear_kbd_remove(struct platform_device *pdev) |
283 | { | 283 | { |
284 | device_init_wakeup(&pdev->dev, 0); | 284 | device_init_wakeup(&pdev->dev, 0); |
285 | platform_set_drvdata(pdev, NULL); | 285 | platform_set_drvdata(pdev, NULL); |