From 76f9c5ebbfc655609849e2bb75cdff21650ea1be Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=99=88=E4=BA=AE?= Date: Sun, 4 May 2014 04:48:10 -0700 Subject: [PATCH] cpufreq: rename cpufreq_reboot_limit_freq to rockchip_cpufreq_reboot_limit_freq --- drivers/cpufreq/rockchip-cpufreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/cpufreq/rockchip-cpufreq.c b/drivers/cpufreq/rockchip-cpufreq.c index ef3347272842..c32af9232171 100644 --- a/drivers/cpufreq/rockchip-cpufreq.c +++ b/drivers/cpufreq/rockchip-cpufreq.c @@ -400,7 +400,7 @@ static int cpufreq_reboot_notifier_event(struct notifier_block *this, unsigned l return NOTIFY_OK; } -int cpufreq_reboot_limit_freq(void) +int rockchip_cpufreq_reboot_limit_freq(void) { dvfs_disable_temp_limit(); dvfs_clk_enable_limit(clk_cpu_dvfs_node, 1000*suspend_freq, 1000*suspend_freq); -- 2.34.1