cpufreq: Drop the owner field from struct cpufreq_driver
[firefly-linux-kernel-4.4.55.git] / drivers / cpufreq / pcc-cpufreq.c
index 1581fcc4cf4a9f3cf8de7b782abe932328584ef0..d81c4e5ea0ada8c49afac790f1107bc5ce8f11e6 100644 (file)
@@ -587,7 +587,6 @@ static struct cpufreq_driver pcc_cpufreq_driver = {
        .init = pcc_cpufreq_cpu_init,
        .exit = pcc_cpufreq_cpu_exit,
        .name = "pcc-cpufreq",
-       .owner = THIS_MODULE,
 };
 
 static int __init pcc_cpufreq_init(void)