arm: Update arch_scale_cpu_capacity() to reflect change to define
[firefly-linux-kernel-4.4.55.git] / arch / arm / include / asm / topology.h
index a69917b7d2c94115ac68ea8fa9550390ba47a605..e3e596cbb1a74433c63c9044962cd462d36e7f8a 100644 (file)
@@ -28,6 +28,8 @@ const struct cpumask *cpu_coregroup_mask(int cpu);
 #include <linux/cpufreq.h>
 #define arch_scale_freq_capacity cpufreq_scale_freq_capacity
 #endif
+#define arch_scale_cpu_capacity scale_cpu_capacity
+extern unsigned long scale_cpu_capacity(struct sched_domain *sd, int cpu);
 
 #else