From: Hiroshi Shimamoto Date: Fri, 25 May 2012 06:42:47 +0000 (+0900) Subject: sched: Remove the last NULL entry from sched_feat_names X-Git-Tag: v3.5-rc2~34^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7997a456ef841bb78eb6f881d7cc2c17c2f9b35e;p=platform%2Fupstream%2Fkernel-adaptation-pc.git sched: Remove the last NULL entry from sched_feat_names No need to have the last NULL entry. Signed-off-by: Hiroshi Shimamoto Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/4FBF29E7.5020805@ct.jp.nec.com Signed-off-by: Ingo Molnar --- diff --git a/kernel/sched/core.c b/kernel/sched/core.c index c1679a0..94d598a 100644 --- a/kernel/sched/core.c +++ b/kernel/sched/core.c @@ -144,7 +144,6 @@ const_debug unsigned int sysctl_sched_features = static const char * const sched_feat_names[] = { #include "features.h" - NULL }; #undef SCHED_FEAT