From: Vegard Nossum Date: Fri, 27 Jun 2008 19:35:50 +0000 (+0200) Subject: sched: fix warning X-Git-Tag: v2.6.27-rc1~1105^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30432094a7f506ad24997a3ba6aed913ab61c01d;p=pandora-kernel.git sched: fix warning This patch fixes the following warning: kernel/sched.c:1667: warning: 'cfs_rq_set_shares' defined but not used This seems the correct way to fix this; cfs_rq_set_shares() is only used in a single place, which is also inside #ifdef CONFIG_FAIR_GROUP_SCHED. Signed-off-by: Vegard Nossum Cc: Peter Zijlstra Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed