]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/cpufreq/maple-cpufreq.c
cpufreq: Drop the owner field from struct cpufreq_driver
[karo-tx-linux.git] / drivers / cpufreq / maple-cpufreq.c
index cdd62915efafbc1708ee68d4d71d99c20d741b9e..41c601f4631e23ef72dcd4e758dd690a8438af0a 100644 (file)
@@ -190,7 +190,6 @@ static int maple_cpufreq_cpu_init(struct cpufreq_policy *policy)
 
 static struct cpufreq_driver maple_cpufreq_driver = {
        .name           = "maple",
-       .owner          = THIS_MODULE,
        .flags          = CPUFREQ_CONST_LOOPS,
        .init           = maple_cpufreq_cpu_init,
        .verify         = maple_cpufreq_verify,