rk3368: cpufreq: fix compile warning

Signed-off-by: Xiao Feng <xf@rock-chips.com>
This commit is contained in:
Xiao Feng
2015-02-06 15:48:17 +08:00
committed by Huang, Tao
parent 2e4acc14a0
commit c3ecb7d483

View File

@@ -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,
};