From: Eric W. Biederman Date: Fri, 3 Apr 2009 11:33:48 +0000 (-0700) Subject: sysctl mips/lasat: Remove dead binary sysctl support X-Git-Tag: v2.6.33-rc1~392^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=163931922220e4cb5effd5af1e105038c2f0ab7a;p=pandora-kernel.git 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 Signed-off-by: Eric W. Biederman --- Reading git-diff-tree failed