aboutsummaryrefslogtreecommitdiffstats
path: root/arch/frv/kernel/sysctl.c
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2009-04-03 03:53:38 -0700
committerEric W. Biederman <ebiederm@xmission.com>2009-11-12 02:05:00 -0800
commit67a7e4f8bdfdff4b47c4a64bbc1fdbb3dfbd16c6 (patch)
treec6175ba10bbb262992e9a9a575ce8b5c85ce3ee5 /arch/frv/kernel/sysctl.c
parentsysctl mips/lasat: Remove dead binary sysctl support (diff)
downloadlinux-dev-67a7e4f8bdfdff4b47c4a64bbc1fdbb3dfbd16c6.tar.xz
linux-dev-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.c3
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