mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] sched: remove duplicated sched_group_set_shares()
@ 2016-01-13  8:42 Dongsheng Yang
  2016-02-29 11:15 ` [tip:sched/core] sched/core: Remove duplicated sched_group_set_shares() prototype tip-bot for Dongsheng Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Dongsheng Yang @ 2016-01-13  8:42 UTC (permalink / raw)
  To: mingo, peterz, lizefan; +Cc: linux-kernel, Dongsheng Yang

There is a sched_group_set_shares() under "#ifdef CONFIG_FAIR_GROUP_SCHED",
remove the duplicated one outside.

Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
---
 kernel/sched/sched.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h
index b242775..141a16c 100644
--- a/kernel/sched/sched.h
+++ b/kernel/sched/sched.h
@@ -313,7 +313,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);
-- 
1.8.4.2

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-29 11:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-13  8:42 [PATCH] sched: remove duplicated sched_group_set_shares() Dongsheng Yang
2016-02-29 11:15 ` [tip:sched/core] sched/core: Remove duplicated sched_group_set_shares() prototype tip-bot for Dongsheng Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome