Commit df6e61d4ca268dc8706db38222fde9f04701566c

Authored by Joe Perches
Committed by Linus Torvalds
1 parent e53beacd23

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

Sigh...

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Eric Paris <eparis@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -702,7 +702,6 @@
702 702 .extra1 = &zero,
703 703 .extra2 = &ten_thousand,
704 704 },
705   -#endif
706 705 {
707 706 .procname = "dmesg_restrict",
708 707 .data = &dmesg_restrict,
... ... @@ -712,6 +711,7 @@
712 711 .extra1 = &zero,
713 712 .extra2 = &one,
714 713 },
  714 +#endif
715 715 {
716 716 .procname = "ngroups_max",
717 717 .data = &ngroups_max,