diff options
Diffstat (limited to 'drivers/pwm/pwm-bfin.c')
-rw-r--r-- | drivers/pwm/pwm-bfin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pwm/pwm-bfin.c b/drivers/pwm/pwm-bfin.c index 7631ef194de7..9985d830e554 100644 --- a/drivers/pwm/pwm-bfin.c +++ b/drivers/pwm/pwm-bfin.c | |||
@@ -149,6 +149,7 @@ static int bfin_pwm_remove(struct platform_device *pdev) | |||
149 | static struct platform_driver bfin_pwm_driver = { | 149 | static struct platform_driver bfin_pwm_driver = { |
150 | .driver = { | 150 | .driver = { |
151 | .name = "bfin-pwm", | 151 | .name = "bfin-pwm", |
152 | .owner = THIS_MODULE, | ||
152 | }, | 153 | }, |
153 | .probe = bfin_pwm_probe, | 154 | .probe = bfin_pwm_probe, |
154 | .remove = bfin_pwm_remove, | 155 | .remove = bfin_pwm_remove, |