sysctl sh: Remove dead binary sysctl support
commita09b6e811800cba79e8104deff12c544b835a3ff
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 3 Apr 2009 12:32:13 +0000 (3 05:32 -0700)
committerEric W. Biederman <ebiederm@xmission.com>
Thu, 12 Nov 2009 10:05:03 +0000 (12 02:05 -0800)
tree56e2a57a7b28bd58ccaeef2b7cad99506da81ae9
parent26ea51355847b5cd70b46fe9ec9c68ad067118a4
sysctl sh: 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.

Also add an C99 named initializer to the child member of unaligned_root
to prevent chaos as the ctl_table definition changes over time.

Cc: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
arch/sh/kernel/traps_64.c