Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent e53beacd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -702,7 +702,6 @@ static struct ctl_table kern_table[] = {
		.extra1		= &zero,
		.extra2		= &ten_thousand,
	},
#endif
	{
		.procname	= "dmesg_restrict",
		.data		= &dmesg_restrict,
@@ -712,6 +711,7 @@ static struct ctl_table kern_table[] = {
		.extra1		= &zero,
		.extra2		= &one,
	},
#endif
	{
		.procname	= "ngroups_max",
		.data		= &ngroups_max,