commit | 163931922220e4cb5effd5af1e105038c2f0ab7a | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Fri Apr 03 04:33:48 2009 -0700 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Thu Nov 12 02:04:59 2009 -0800 |
tree | 65711968de8464b86c948a48fdb8d1c6b5fce865 | |
parent | 894d2491153a9f8270dbed21175d06fde4eba6c7 [diff] |
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>