mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
MIPS: Lasat: Fix botched changes to sysctl code.
Commit 1639319222
"sysctl mips/lasat: Remove
dead binary sysctl support" obviously wasn't test built ...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
95abd0dfaf
commit
606d62fa02
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ static ctl_table lasat_table[] = {
|
||||||
.maxlen = sizeof(int),
|
.maxlen = sizeof(int),
|
||||||
.mode = 0644,
|
.mode = 0644,
|
||||||
.proc_handler = proc_lasat_prid,
|
.proc_handler = proc_lasat_prid,
|
||||||
. },
|
},
|
||||||
#ifdef CONFIG_INET
|
#ifdef CONFIG_INET
|
||||||
{
|
{
|
||||||
.procname = "ipaddr",
|
.procname = "ipaddr",
|
||||||
|
|
Loading…
Reference in a new issue