aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2009-12-17 01:57:37 +0000
committerRalf Baechle <ralf@linux-mips.org>2009-12-17 01:57:37 +0000
commit606d62fa02cf1da43c6e21521650fff07a2e56d1 (patch)
tree42e37b52ae1cfc124b59ed8a085555b840f3d4c2 /arch/mips
parentRTC: rtc-cmos.c: Fix warning on MIPS (diff)
downloadlinux-dev-606d62fa02cf1da43c6e21521650fff07a2e56d1.tar.xz
linux-dev-606d62fa02cf1da43c6e21521650fff07a2e56d1.zip
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>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/lasat/sysctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/lasat/sysctl.c b/arch/mips/lasat/sysctl.c
index 14b9a28a4aec..d87ffd04cb0a 100644
--- a/arch/mips/lasat/sysctl.c
+++ b/arch/mips/lasat/sysctl.c
@@ -204,7 +204,7 @@ static ctl_table lasat_table[] = {
.maxlen = sizeof(int),
.mode = 0644,
.proc_handler = proc_lasat_prid,
-. },
+ },
#ifdef CONFIG_INET
{
.procname = "ipaddr",