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 702 .extra1 = &zero, 703 703 .extra2 = &ten_thousand, 704 704 }, 705 - #endif 706 705 { 707 706 .procname = "dmesg_restrict", 708 707 .data = &dmesg_restrict, ··· 711 712 .extra1 = &zero, 712 713 .extra2 = &one, 713 714 }, 715 + #endif 714 716 { 715 717 .procname = "ngroups_max", 716 718 .data = &ngroups_max,