[PATCH 1/3] Export sched_setscheduler_nocheck()

From: Takashi Iwai
Date: Thu Mar 07 2013 - 13:51:40 EST


... to be usable by modules.

Signed-off-by: Takashi Iwai <tiwai@xxxxxxx>
---
kernel/sched/core.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/kernel/sched/core.c b/kernel/sched/core.c
index 7f12624..370d97d 100644
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
@@ -3993,6 +3993,7 @@ int sched_setscheduler_nocheck(struct task_struct *p, int policy,
{
return __sched_setscheduler(p, policy, param, false);
}
+EXPORT_SYMBOL_GPL(sched_setscheduler_nocheck);

static int
do_sched_setscheduler(pid_t pid, int policy, struct sched_param __user *param)
--
1.8.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/