瀏覽代碼

thermal: cpu_cooling: rearrange globals

Just to make it look better.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Lukasz Luba <lukasz.luba@arm.com>
Tested-by: Lukasz Luba <lukasz.luba@arm.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Viresh Kumar 8 年之前
父節點
當前提交
fb8ea30821
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/thermal/cpu_cooling.c

+ 1 - 1
drivers/thermal/cpu_cooling.c

@@ -105,8 +105,8 @@ struct cpufreq_cooling_device {
 	struct device *cpu_dev;
 	struct device *cpu_dev;
 	get_static_t plat_get_static_power;
 	get_static_t plat_get_static_power;
 };
 };
-static DEFINE_IDA(cpufreq_ida);
 
 
+static DEFINE_IDA(cpufreq_ida);
 static DEFINE_MUTEX(cooling_list_lock);
 static DEFINE_MUTEX(cooling_list_lock);
 static LIST_HEAD(cpufreq_dev_list);
 static LIST_HEAD(cpufreq_dev_list);