aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-ab8500.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pwm/pwm-ab8500.c')
-rw-r--r--drivers/pwm/pwm-ab8500.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-ab8500.c b/drivers/pwm/pwm-ab8500.c
index 4c07a8420b37..f39399273426 100644
--- a/drivers/pwm/pwm-ab8500.c
+++ b/drivers/pwm/pwm-ab8500.c
@@ -131,7 +131,6 @@ static int ab8500_pwm_remove(struct platform_device *pdev)
131static struct platform_driver ab8500_pwm_driver = { 131static struct platform_driver ab8500_pwm_driver = {
132 .driver = { 132 .driver = {
133 .name = "ab8500-pwm", 133 .name = "ab8500-pwm",
134 .owner = THIS_MODULE,
135 }, 134 },
136 .probe = ab8500_pwm_probe, 135 .probe = ab8500_pwm_probe,
137 .remove = ab8500_pwm_remove, 136 .remove = ab8500_pwm_remove,