pwm: sti: Maintain a bitmap of configured devices
[cascardo/linux.git] / drivers / pwm / pwm-ab8500.c
index 4c07a84..f393992 100644 (file)
@@ -131,7 +131,6 @@ static int ab8500_pwm_remove(struct platform_device *pdev)
 static struct platform_driver ab8500_pwm_driver = {
        .driver = {
                .name = "ab8500-pwm",
-               .owner = THIS_MODULE,
        },
        .probe = ab8500_pwm_probe,
        .remove = ab8500_pwm_remove,