diff options
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index b3cc73931d1f..edb1075f80d2 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -464,7 +464,7 @@ static struct ctl_table kern_table[] = { | |||
464 | .mode = 0644, | 464 | .mode = 0644, |
465 | .proc_handler = &proc_dointvec, | 465 | .proc_handler = &proc_dointvec, |
466 | }, | 466 | }, |
467 | #ifdef CONFIG_FTRACE | 467 | #ifdef CONFIG_FUNCTION_TRACER |
468 | { | 468 | { |
469 | .ctl_name = CTL_UNNUMBERED, | 469 | .ctl_name = CTL_UNNUMBERED, |
470 | .procname = "ftrace_enabled", | 470 | .procname = "ftrace_enabled", |