sched: kill off dead cfs_rq_set_shares()
authorPaul Mundt <lethal@linux-sh.org>
Mon, 9 Jun 2008 08:12:24 +0000 (17:12 +0900)
committerIngo Molnar <mingo@elte.hu>
Tue, 10 Jun 2008 12:51:04 +0000 (14:51 +0200)
commite9886ca3a93d7d041d3de8e5acebe213da777d59
tree392fe2668b27a4dacbc412d8ee4499d68153049f
parent6492c7f83e88a3a9521793b6934d882b97afe287
sched: kill off dead cfs_rq_set_shares()

Building with CONFIG_FAIR_GROUP_SCHED=y on UP results in an unused
cfs_rq_set_shares() reference. As nothing is using this dummy function
in the first place, just kill it off.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c