aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi Shimamoto <[email protected]>2012-05-25 15:42:47 +0900
committerIngo Molnar <[email protected]>2012-05-30 14:02:27 +0200
commit7997a456ef841bb78eb6f881d7cc2c17c2f9b35e (patch)
treeb27fd20b6cec18b19744ae6ad74f201cfab37584
parent1292531f6f27af909e713671dd9cc3bcab8114b7 (diff)
sched: Remove the last NULL entry from sched_feat_names
No need to have the last NULL entry. Signed-off-by: Hiroshi Shimamoto <[email protected]> Signed-off-by: Peter Zijlstra <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r--kernel/sched/core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/sched/core.c b/kernel/sched/core.c
index c1679a098fc7..94d598ac5e64 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