diff options
-rw-r--r-- | drivers/input/misc/twl6040-vibra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/misc/twl6040-vibra.c b/drivers/input/misc/twl6040-vibra.c index c43002e7ec72..23855e12a30b 100644 --- a/drivers/input/misc/twl6040-vibra.c +++ b/drivers/input/misc/twl6040-vibra.c | |||
@@ -228,7 +228,7 @@ static void twl6040_vibra_close(struct input_dev *input) | |||
228 | mutex_unlock(&info->mutex); | 228 | mutex_unlock(&info->mutex); |
229 | } | 229 | } |
230 | 230 | ||
231 | #if CONFIG_PM_SLEEP | 231 | #ifdef CONFIG_PM_SLEEP |
232 | static int twl6040_vibra_suspend(struct device *dev) | 232 | static int twl6040_vibra_suspend(struct device *dev) |
233 | { | 233 | { |
234 | struct platform_device *pdev = to_platform_device(dev); | 234 | struct platform_device *pdev = to_platform_device(dev); |