cpufreq: Drop the owner field from struct cpufreq_driver
[firefly-linux-kernel-4.4.55.git] / drivers / cpufreq / sparc-us3-cpufreq.c
index 7f500c140bc3a81dff5c9a923e8904f3ae3c5a66..ac76b489979d48cac1278525ab861f46b69f8c86 100644 (file)
@@ -226,7 +226,6 @@ static int __init us3_freq_init(void)
                driver->target = us3_freq_target;
                driver->get = us3_freq_get;
                driver->exit = us3_freq_cpu_exit;
-               driver->owner = THIS_MODULE,
                strcpy(driver->name, "UltraSPARC-III");
 
                cpufreq_us3_driver = driver;