diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2009-04-01 13:46:38 +0200 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2009-11-12 11:04:53 +0100 |
commit | 961303c44d8384a872d7eee069701b044ef1abc5 (patch) | |
tree | 3fe1d59cfed90ba0fac61cdd379a3d9787d3755d /arch/frv/kernel/pm.c | |
parent | sysctl binary: Reorder the tests to process wild card entries first. (diff) | |
download | linux-961303c44d8384a872d7eee069701b044ef1abc5.tar.xz linux-961303c44d8384a872d7eee069701b044ef1abc5.zip |
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.c | 2 |
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, |