Skip to content

Commit

Permalink
MIPS: Lasat: Fix botched changes to sysctl code.
Browse files Browse the repository at this point in the history
Commit 1639319 "sysctl mips/lasat: Remove
dead binary sysctl support" obviously wasn't test built ...

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Dec 17, 2009
1 parent 95abd0d commit 606d62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/lasat/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ static ctl_table lasat_table[] = {
.maxlen = sizeof(int),
.mode = 0644,
.proc_handler = proc_lasat_prid,
. },
},
#ifdef CONFIG_INET
{
.procname = "ipaddr",
Expand Down

0 comments on commit 606d62f

Please sign in to comment.