From: Ralf Baechle Date: Thu, 17 Dec 2009 01:57:37 +0000 (+0000) Subject: MIPS: Lasat: Fix botched changes to sysctl code. X-Git-Tag: v2.6.33-rc1~6^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=606d62fa02cf1da43c6e21521650fff07a2e56d1;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git 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 --- diff --git a/arch/mips/lasat/sysctl.c b/arch/mips/lasat/sysctl.c index 14b9a28..d87ffd0 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",