Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Lasat: Fix botched changes to sysctl code.

Commit 163931922220e4cb5effd5af1e105038c2f0ab7a "sysctl mips/lasat: Remove
dead binary sysctl support" obviously wasn't test built ...

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+1 -1
+1 -1
arch/mips/lasat/sysctl.c
··· 204 204 .maxlen = sizeof(int), 205 205 .mode = 0644, 206 206 .proc_handler = proc_lasat_prid, 207 - . }, 207 + }, 208 208 #ifdef CONFIG_INET 209 209 { 210 210 .procname = "ipaddr",