diff options
Diffstat (limited to 'drivers/input/misc/twl4030-vibra.c')
-rw-r--r-- | drivers/input/misc/twl4030-vibra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/misc/twl4030-vibra.c b/drivers/input/misc/twl4030-vibra.c index 21030266bb3f..78eb6b30580a 100644 --- a/drivers/input/misc/twl4030-vibra.c +++ b/drivers/input/misc/twl4030-vibra.c | |||
@@ -269,7 +269,7 @@ err_kzalloc: | |||
269 | return ret; | 269 | return ret; |
270 | } | 270 | } |
271 | 271 | ||
272 | static int __devexit twl4030_vibra_remove(struct platform_device *pdev) | 272 | static int twl4030_vibra_remove(struct platform_device *pdev) |
273 | { | 273 | { |
274 | struct vibra_info *info = platform_get_drvdata(pdev); | 274 | struct vibra_info *info = platform_get_drvdata(pdev); |
275 | 275 | ||