diff options
author | Dongil Park <dongil01.park@samsung.com> | 2016-03-28 21:11:56 +0900 |
---|---|---|
committer | jino.cho <jino.cho@samsung.com> | 2017-03-03 17:02:23 +0900 |
commit | 039e62224b4a2a7cbf95056df43247ebffef10b0 (patch) | |
tree | 3bdcf269c2b0733601cbd0f4384ad3dc8d88247d | |
parent | 87b677505f53a7bff6f7a820b1a55bd694a5414c (diff) | |
download | linux-3.10-artik-039e62224b4a2a7cbf95056df43247ebffef10b0.tar.gz linux-3.10-artik-039e62224b4a2a7cbf95056df43247ebffef10b0.tar.bz2 linux-3.10-artik-039e62224b4a2a7cbf95056df43247ebffef10b0.zip |
sched: export sched_setscheduler_nocheck() to compile ASoC module.
this patch export sched_setscheduler_nocheck() to compile with ASoC module.
Change-Id: I3adbaaf95425ebe1d4f85fb4c63cb7fc5d02d05f
Signed-off-by: Dongil Park <dongil01.park@samsung.com>
-rw-r--r-- | kernel/sched/core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/sched/core.c b/kernel/sched/core.c index 2eef71e23c0..889fcab8e9e 100644 --- a/kernel/sched/core.c +++ b/kernel/sched/core.c @@ -4063,6 +4063,7 @@ int sched_setscheduler_nocheck(struct task_struct *p, int policy, { return __sched_setscheduler(p, policy, param, false); } +EXPORT_SYMBOL(sched_setscheduler_nocheck); static int do_sched_setscheduler(pid_t pid, int policy, struct sched_param __user *param) |