arm: Update arch_scale_cpu_capacity() to reflect change to define
[firefly-linux-kernel-4.4.55.git] / arch / arm / kernel / topology.c
index 08b7847bf9124f004d7214c0e9c4dae23c0fffd2..614554765e4470466abac781c3a0bca7cec2cc1e 100644 (file)
@@ -42,7 +42,7 @@
  */
 static DEFINE_PER_CPU(unsigned long, cpu_scale);
 
-unsigned long arch_scale_cpu_capacity(struct sched_domain *sd, int cpu)
+unsigned long scale_cpu_capacity(struct sched_domain *sd, int cpu)
 {
        return per_cpu(cpu_scale, cpu);
 }