cpufreq: Remove cpufreq_generic_exit()
cpufreq_generic_exit() is empty now and can be deleted. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:

committed by
Rafael J. Wysocki

parent
e0b3165ba5
commit
979d86fac5
@@ -913,7 +913,6 @@ static struct cpufreq_driver longhaul_driver = {
|
||||
.target_index = longhaul_target,
|
||||
.get = longhaul_get,
|
||||
.init = longhaul_cpu_init,
|
||||
.exit = cpufreq_generic_exit,
|
||||
.name = "longhaul",
|
||||
.attr = cpufreq_generic_attr,
|
||||
};
|
||||
|
Reference in New Issue
Block a user