dect
/
linux-2.6
Archived
13
0
Fork 0

sched: Remove the last NULL entry from sched_feat_names

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>
This commit is contained in:
Hiroshi Shimamoto 2012-05-25 15:42:47 +09:00 committed by Ingo Molnar
parent 1292531f6f
commit 7997a456ef
1 changed files with 0 additions and 1 deletions

View 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