Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel...
[firefly-linux-kernel-4.4.55.git] / drivers / cpufreq / cpufreq-dt.c
index 23aaf40cf37f5b6b7e5416a0125e62d581864079..1d2990d7f3650678c173ab181275b44eca9f18a4 100644 (file)
@@ -380,7 +380,6 @@ static int dt_cpufreq_remove(struct platform_device *pdev)
 static struct platform_driver dt_cpufreq_platdrv = {
        .driver = {
                .name   = "cpufreq-dt",
-               .owner  = THIS_MODULE,
        },
        .probe          = dt_cpufreq_probe,
        .remove         = dt_cpufreq_remove,