summaryrefslogtreecommitdiff
path: root/arch/frv/kernel/pm.c
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2009-04-01 04:46:38 -0700
committerEric W. Biederman <ebiederm@xmission.com>2009-11-12 02:04:53 -0800
commit961303c44d8384a872d7eee069701b044ef1abc5 (patch)
tree3fe1d59cfed90ba0fac61cdd379a3d9787d3755d /arch/frv/kernel/pm.c
parent757010f026ab3044c594003e216d00a33ed95c56 (diff)
sysctl: Remove the unused frv sysctl unumbers
The frv sysctl tables can only be used from proc so kill the sysctl numbers. Cc: David Howells <dhowells@redhat.com> Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'arch/frv/kernel/pm.c')
-rw-r--r--arch/frv/kernel/pm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/frv/kernel/pm.c b/arch/frv/kernel/pm.c
index 0d4d3e3a4cfc..17e2e3fb547d 100644
--- a/arch/frv/kernel/pm.c
+++ b/arch/frv/kernel/pm.c
@@ -393,7 +393,7 @@ static int cm_sysctl(ctl_table *table,
static struct ctl_table pm_table[] =
{
{
- .ctl_name = CTL_PM_SUSPEND,
+ .ctl_name = CTL_UNNUMBERED,
.procname = "suspend",
.data = NULL,
.maxlen = 0,