Merge tag 'platform-drivers-x86-v3.19-1' of git://git.infradead.org/users/dvhart...
[cascardo/linux.git] / drivers / cpufreq / vexpress-spc-cpufreq.c
index 7f7c9c0..433e93f 100644 (file)
@@ -60,7 +60,6 @@ static int ve_spc_cpufreq_remove(struct platform_device *pdev)
 static struct platform_driver ve_spc_cpufreq_platdrv = {
        .driver = {
                .name   = "vexpress-spc-cpufreq",
-               .owner  = THIS_MODULE,
        },
        .probe          = ve_spc_cpufreq_probe,
        .remove         = ve_spc_cpufreq_remove,