Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3fb5bac0 authored by Pavankumar Kondeti's avatar Pavankumar Kondeti
Browse files

sched: remove extern declaration of msm_sched_setaffinity()



msm_sched_setaffinity() function is not defined in the scheduler.
Remove the extern declaration from the header file.

Change-Id: I015e498e128c30f731f7f6e23cb432a87b709fc2
Signed-off-by: default avatarPavankumar Kondeti <pkondeti@codeaurora.org>
parent aa7030af
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1971,7 +1971,6 @@ static inline void set_task_cpu(struct task_struct *p, unsigned int cpu)
# define vcpu_is_preempted(cpu)	false
#endif

extern long msm_sched_setaffinity(pid_t pid, struct cpumask *new_mask);
extern long sched_setaffinity(pid_t pid, const struct cpumask *new_mask);
extern long sched_getaffinity(pid_t pid, struct cpumask *mask);