X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=include%2Flinux%2Fsched.h;h=3cd70cf91fdebf9612a772070aeae3e94cd7672b;hp=d0036e52a24a1c28eaef9e60bb5aa100aaa18af1;hb=92fd4d4d67b945c0766416284d4ab236b31542c4;hpb=09d692e6ff50e455f936e7e114e11f6ec5e0ea33 diff --git a/include/linux/sched.h b/include/linux/sched.h index d0036e52a24a..3cd70cf91fde 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1948,9 +1948,10 @@ extern int task_nice(const struct task_struct *p); extern int can_nice(const struct task_struct *p, const int nice); extern int task_curr(const struct task_struct *p); extern int idle_cpu(int cpu); -extern int sched_setscheduler(struct task_struct *, int, struct sched_param *); +extern int sched_setscheduler(struct task_struct *, int, + const struct sched_param *); extern int sched_setscheduler_nocheck(struct task_struct *, int, - struct sched_param *); + const struct sched_param *); extern struct task_struct *idle_task(int cpu); extern struct task_struct *curr_task(int cpu); extern void set_curr_task(int cpu, struct task_struct *p);