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>

authored by Joe Perches and committed by Linus Torvalds df6e61d4 e53beacd

+1 -1
+1 -1
kernel/sysctl.c
··· 702 .extra1 = &zero, 703 .extra2 = &ten_thousand, 704 }, 705 - #endif 706 { 707 .procname = "dmesg_restrict", 708 .data = &dmesg_restrict, ··· 711 .extra1 = &zero, 712 .extra2 = &one, 713 }, 714 { 715 .procname = "ngroups_max", 716 .data = &ngroups_max,
··· 702 .extra1 = &zero, 703 .extra2 = &ten_thousand, 704 }, 705 { 706 .procname = "dmesg_restrict", 707 .data = &dmesg_restrict, ··· 712 .extra1 = &zero, 713 .extra2 = &one, 714 }, 715 + #endif 716 { 717 .procname = "ngroups_max", 718 .data = &ngroups_max,