]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] sysctl: register the sysctl number used by the arlan driver
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 14 Feb 2007 08:33:53 +0000 (00:33 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 14 Feb 2007 16:09:57 +0000 (08:09 -0800)
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Cc: "John W. Linville" <linville@tuxdriver.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/net/wireless/arlan-proc.c
include/linux/sysctl.h

index 5fa985435ffa2f9f56d1aed7019fab856e49c841..20499a6215cce85e8de8409332f6529184d09005 100644 (file)
@@ -1216,7 +1216,7 @@ static ctl_table arlan_table[MAX_ARLANS + 1] =
 static ctl_table arlan_root_table[] =
 {
        {
-               .ctl_name       = 254,
+               .ctl_name       = CTL_ARLAN,
                .procname       = "arlan",
                .maxlen         = 0,
                .mode           = 0555,
index 76541a630770fcfc8d26bba923dc1ca5ce0e6f07..2eb3729716072c4a4edd5eaeac1b931d34fe885a 100644 (file)
@@ -70,6 +70,7 @@ enum
        CTL_BUS=8,              /* Busses */
        CTL_ABI=9,              /* Binary emulation */
        CTL_CPU=10,             /* CPU stuff (speed scaling, etc) */
+       CTL_ARLAN=254,          /* arlan wireless driver */
        CTL_APPLDATA=2120,      /* s390 appldata */
        CTL_S390DBF=5677,       /* s390 debug */
        CTL_SUNRPC=7249,        /* sunrpc debug */