|
@@ -57,7 +57,6 @@ static void set_capacity_scale(unsigned int cpu, unsigned long capacity)
|
|
|
per_cpu(cpu_scale, cpu) = capacity;
|
|
|
}
|
|
|
|
|
|
-#ifdef CONFIG_PROC_SYSCTL
|
|
|
static ssize_t cpu_capacity_show(struct device *dev,
|
|
|
struct device_attribute *attr,
|
|
|
char *buf)
|
|
@@ -114,7 +113,6 @@ static int register_cpu_capacity_sysctl(void)
|
|
|
return 0;
|
|
|
}
|
|
|
subsys_initcall(register_cpu_capacity_sysctl);
|
|
|
-#endif
|
|
|
|
|
|
#ifdef CONFIG_OF
|
|
|
struct cpu_efficiency {
|