diff options
Diffstat (limited to 'drivers/input/misc/88pm80x_onkey.c')
-rw-r--r-- | drivers/input/misc/88pm80x_onkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/misc/88pm80x_onkey.c b/drivers/input/misc/88pm80x_onkey.c index 946edcadfb2e..ee43e5b7c881 100644 --- a/drivers/input/misc/88pm80x_onkey.c +++ b/drivers/input/misc/88pm80x_onkey.c | |||
@@ -139,7 +139,7 @@ out: | |||
139 | return err; | 139 | return err; |
140 | } | 140 | } |
141 | 141 | ||
142 | static int __devexit pm80x_onkey_remove(struct platform_device *pdev) | 142 | static int pm80x_onkey_remove(struct platform_device *pdev) |
143 | { | 143 | { |
144 | struct pm80x_onkey_info *info = platform_get_drvdata(pdev); | 144 | struct pm80x_onkey_info *info = platform_get_drvdata(pdev); |
145 | 145 | ||