diff options
Diffstat (limited to 'drivers/input/misc/max77693-haptic.c')
-rw-r--r-- | drivers/input/misc/max77693-haptic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/misc/max77693-haptic.c b/drivers/input/misc/max77693-haptic.c index 7b1fde93799e..bdc403041139 100644 --- a/drivers/input/misc/max77693-haptic.c +++ b/drivers/input/misc/max77693-haptic.c | |||
@@ -344,7 +344,6 @@ static SIMPLE_DEV_PM_OPS(max77693_haptic_pm_ops, | |||
344 | static struct platform_driver max77693_haptic_driver = { | 344 | static struct platform_driver max77693_haptic_driver = { |
345 | .driver = { | 345 | .driver = { |
346 | .name = "max77693-haptic", | 346 | .name = "max77693-haptic", |
347 | .owner = THIS_MODULE, | ||
348 | .pm = &max77693_haptic_pm_ops, | 347 | .pm = &max77693_haptic_pm_ops, |
349 | }, | 348 | }, |
350 | .probe = max77693_haptic_probe, | 349 | .probe = max77693_haptic_probe, |