sysctl mips/lasat: Remove dead binary sysctl support
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 3 Apr 2009 11:33:48 +0000 (04:33 -0700)
committerEric W. Biederman <ebiederm@xmission.com>
Thu, 12 Nov 2009 10:04:59 +0000 (02:04 -0800)
commit163931922220e4cb5effd5af1e105038c2f0ab7a
tree65711968de8464b86c948a48fdb8d1c6b5fce865
parent894d2491153a9f8270dbed21175d06fde4eba6c7
sysctl mips/lasat: Remove dead binary sysctl support

Now that sys_sysctl is a generic wrapper around /proc/sys  .ctl_name
and .strategy members of sysctl tables are dead code.  Remove them.

The deleted strategy routines here surprise me.  ctl_name was
CTL_UNNUMBERED so they would not have been called at all.

Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
arch/mips/lasat/sysctl.c