sched: Remove the last NULL entry from sched_feat_names
authorHiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Fri, 25 May 2012 06:42:47 +0000 (15:42 +0900)
committerIngo Molnar <mingo@kernel.org>
Wed, 30 May 2012 12:02:27 +0000 (14:02 +0200)
No need to have the last NULL entry.

Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/4FBF29E7.5020805@ct.jp.nec.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/core.c

index c1679a0..94d598a 100644 (file)
@@ -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