Commit 7997a456 authored by Hiroshi Shimamoto's avatar Hiroshi Shimamoto Committed by Ingo Molnar

sched: Remove the last NULL entry from sched_feat_names

No need to have the last NULL entry.
Signed-off-by: default avatarHiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Signed-off-by: default avatarPeter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/4FBF29E7.5020805@ct.jp.nec.comSigned-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent 1292531f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment