cpufreq: Drop the owner field from struct cpufreq_driver
[firefly-linux-kernel-4.4.55.git] / drivers / cpufreq / ppc_cbe_cpufreq.c
index 5936f8d6f2cc3e855ce52a814705ee9d1e35b10b..2e448f0bbdc583465672e7ec40804f1d01467224 100644 (file)
@@ -181,7 +181,6 @@ static struct cpufreq_driver cbe_cpufreq_driver = {
        .init           = cbe_cpufreq_cpu_init,
        .exit           = cbe_cpufreq_cpu_exit,
        .name           = "cbe-cpufreq",
-       .owner          = THIS_MODULE,
        .flags          = CPUFREQ_CONST_LOOPS,
 };