summaryrefslogtreecommitdiffstats
path: root/kernel/sched
diff options
context:
space:
mode:
authorDongsheng Yang2016-01-13 09:42:38 +0100
committerIngo Molnar2016-02-29 09:53:05 +0100
commit41d93397334f3c3374810f45e7bcce9007d1a7bb (patch)
tree16bbe2be18ab76ae9e3e8c70206930e6944bef0d /kernel/sched
parentsched/fair: Consolidate nohz CPU load update code (diff)
downloadkernel-qcow2-linux-41d93397334f3c3374810f45e7bcce9007d1a7bb.tar.gz
kernel-qcow2-linux-41d93397334f3c3374810f45e7bcce9007d1a7bb.tar.xz
kernel-qcow2-linux-41d93397334f3c3374810f45e7bcce9007d1a7bb.zip
sched/core: Remove duplicated sched_group_set_shares() prototype
Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Cc: <lizefan@huawei.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Link: http://lkml.kernel.org/r/1452674558-31897-1-git-send-email-yangds.fnst@cn.fujitsu.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel/sched')
-rw-r--r--kernel/sched/sched.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h
index 91f0a7752058..3dc7b8b3f94c 100644
--- a/kernel/sched/sched.h
+++ b/kernel/sched/sched.h
@@ -318,7 +318,6 @@ extern void init_tg_cfs_entry(struct task_group *tg, struct cfs_rq *cfs_rq,
struct sched_entity *se, int cpu,
struct sched_entity *parent);
extern void init_cfs_bandwidth(struct cfs_bandwidth *cfs_b);
-extern int sched_group_set_shares(struct task_group *tg, unsigned long shares);
extern void __refill_cfs_bandwidth_runtime(struct cfs_bandwidth *cfs_b);
extern void start_cfs_bandwidth(struct cfs_bandwidth *cfs_b);