Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux
[linux-2.6-microblaze.git] / drivers / pwm / pwm-bfin.c
index 9985d83..7631ef1 100644 (file)
@@ -149,7 +149,6 @@ static int bfin_pwm_remove(struct platform_device *pdev)
 static struct platform_driver bfin_pwm_driver = {
        .driver = {
                .name = "bfin-pwm",
-               .owner = THIS_MODULE,
        },
        .probe = bfin_pwm_probe,
        .remove = bfin_pwm_remove,