Revert "sched: Export sched_setscheduler_nocheck"

This reverts commit 84778472e1.

Signed-off-by: Bryan Huntsman <bryanh@codeaurora.org>
This commit is contained in:
Bryan Huntsman 2016-03-14 14:47:09 -07:00 committed by David Keitel
parent 5bca263840
commit f720d40148

View file

@ -6224,7 +6224,6 @@ 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)