sched: ehmp: fix build error when ehmp was disabled.
authorlakkyung.jung <lakkyung.jung@samsung.com>
Mon, 29 Jan 2018 13:07:42 +0000 (22:07 +0900)
committerChungwoo Park <cww.park@samsung.com>
Mon, 21 May 2018 08:30:44 +0000 (17:30 +0900)
Change-Id: If7ec0ffe282781ab3bb0d5a845a98603aad66725
Signed-off-by: lakkyung.jung <lakkyung.jung@samsung.com>
include/linux/ehmp.h

index 24948551e089333cdd43fbfae2a9018c04728e1c..e815b6d3d6a3f26c40b8e921744c7ccfeee0ed72 100644 (file)
@@ -64,8 +64,6 @@ static inline int exynos_need_active_balance(enum cpu_idle_type idle,
 static inline unsigned long global_boost(void) { return 0; }
 static inline int find_second_max_cap(void) { return -EINVAL; }
 
-static inline int exynos_select_cpu(struct task_struct *p,
-                                               int prev_cpu) { return -EINVAL; }
 static inline int exynos_select_cpu(struct task_struct *p, int prev_cpu,
                                        int sync, int sd_flag) { return -EINVAL; }
 
@@ -84,5 +82,5 @@ static inline bool ehmp_trigger_lb(int src_cpu, int dst_cpu) { return false; }
 
 static inline void gb_qos_update_request(struct gb_qos_request *req, u32 new_value) { }
 
-extern void request_kernel_prefer_perf(int grp_idx, int enable) { }
+//extern void request_kernel_prefer_perf(int grp_idx, int enable) { }
 #endif /* CONFIG_SCHED_EHMP */