aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-tiehrpwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pwm/pwm-tiehrpwm.c')
-rw-r--r--drivers/pwm/pwm-tiehrpwm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-tiehrpwm.c b/drivers/pwm/pwm-tiehrpwm.c
index cb75133085a8..694b3cf7694b 100644
--- a/drivers/pwm/pwm-tiehrpwm.c
+++ b/drivers/pwm/pwm-tiehrpwm.c
@@ -599,7 +599,6 @@ static SIMPLE_DEV_PM_OPS(ehrpwm_pwm_pm_ops, ehrpwm_pwm_suspend,
599static struct platform_driver ehrpwm_pwm_driver = { 599static struct platform_driver ehrpwm_pwm_driver = {
600 .driver = { 600 .driver = {
601 .name = "ehrpwm", 601 .name = "ehrpwm",
602 .owner = THIS_MODULE,
603 .of_match_table = ehrpwm_of_match, 602 .of_match_table = ehrpwm_of_match,
604 .pm = &ehrpwm_pwm_pm_ops, 603 .pm = &ehrpwm_pwm_pm_ops,
605 }, 604 },