diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2009-04-03 12:53:38 +0200 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2009-11-12 11:05:00 +0100 |
commit | 67a7e4f8bdfdff4b47c4a64bbc1fdbb3dfbd16c6 (patch) | |
tree | c6175ba10bbb262992e9a9a575ce8b5c85ce3ee5 /arch/frv/kernel/sysctl.c | |
parent | sysctl mips/lasat: Remove dead binary sysctl support (diff) | |
download | linux-67a7e4f8bdfdff4b47c4a64bbc1fdbb3dfbd16c6.tar.xz linux-67a7e4f8bdfdff4b47c4a64bbc1fdbb3dfbd16c6.zip |
sysctl frv: 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.
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'arch/frv/kernel/sysctl.c')
-rw-r--r-- | arch/frv/kernel/sysctl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/frv/kernel/sysctl.c b/arch/frv/kernel/sysctl.c index 139628afea17..b30a4f2cda3e 100644 --- a/arch/frv/kernel/sysctl.c +++ b/arch/frv/kernel/sysctl.c @@ -176,7 +176,6 @@ static int procctl_frv_pin_cxnr(ctl_table *table, int write, struct file *filp, static struct ctl_table frv_table[] = { { - .ctl_name = CTL_UNNUMBERD, .procname = "cache-mode", .data = NULL, .maxlen = 0, @@ -185,7 +184,6 @@ static struct ctl_table frv_table[] = }, #ifdef CONFIG_MMU { - .ctl_name = CTL_UNNUMBERD, .procname = "pin-cxnr", .data = NULL, .maxlen = 0, @@ -203,7 +201,6 @@ static struct ctl_table frv_table[] = static struct ctl_table frv_dir_table[] = { { - .ctl_name = CTL_UNNUMBERED, .procname = "frv", .mode = 0555, .child = frv_table |