Commit df6e61d4 authored by Joe Perches's avatar Joe Perches Committed by Linus Torvalds

kernel/sysctl.c: Fix build failure with !CONFIG_PRINTK

Sigh...
Signed-off-by: default avatarJoe Perches <joe@perches.com>
Acked-by: default avatarEric Paris <eparis@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent e53beacd
...@@ -702,7 +702,6 @@ static struct ctl_table kern_table[] = { ...@@ -702,7 +702,6 @@ static struct ctl_table kern_table[] = {
.extra1 = &zero, .extra1 = &zero,
.extra2 = &ten_thousand, .extra2 = &ten_thousand,
}, },
#endif
{ {
.procname = "dmesg_restrict", .procname = "dmesg_restrict",
.data = &dmesg_restrict, .data = &dmesg_restrict,
...@@ -712,6 +711,7 @@ static struct ctl_table kern_table[] = { ...@@ -712,6 +711,7 @@ static struct ctl_table kern_table[] = {
.extra1 = &zero, .extra1 = &zero,
.extra2 = &one, .extra2 = &one,
}, },
#endif
{ {
.procname = "ngroups_max", .procname = "ngroups_max",
.data = &ngroups_max, .data = &ngroups_max,
......
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