mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
rk3368: cpufreq: fix compile warning
Signed-off-by: Xiao Feng <xf@rock-chips.com>
This commit is contained in:
@@ -507,7 +507,7 @@ static struct cpufreq_driver cpufreq_driver = {
|
||||
.get = cpufreq_bl_get_rate,
|
||||
.init = cpufreq_bl_init,
|
||||
.exit = cpufreq_bl_exit,
|
||||
.name = "rockchip-big-little",
|
||||
.name = "rockchip-bl",
|
||||
.have_governor_per_policy = true,
|
||||
.attr = cpufreq_attr,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user