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

Commit 32ccba7d authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sched: remove extern declaration of msm_sched_setaffinity()"

parents 18aed561 3fb5bac0
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);