[PATCH] sysctl: mac_hid: remove unnecessary insert_at_head flag
authorEric W. Biederman <[email protected]>
Wed, 14 Feb 2007 08:33:32 +0000 (00:33 -0800)
committerLinus Torvalds <[email protected]>
Wed, 14 Feb 2007 16:09:56 +0000 (08:09 -0800)
With unique sysctl binary numbers setting insert_at_head is pointless.

Signed-off-by: Eric W. Biederman <[email protected]>
Cc: Jiri Kosina <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Dmitry Torokhov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/macintosh/mac_hid.c

index f632cec9ce45eab7ac136408c683b6f7f1d97d60..038a9102a8bec0f2132e8b6b1b3e49bf63c2148d 100644 (file)
@@ -138,7 +138,7 @@ int __init mac_hid_init(void)
                return err;
 
 #if defined(CONFIG_SYSCTL)
-       mac_hid_sysctl_header = register_sysctl_table(mac_hid_root_dir, 1);
+       mac_hid_sysctl_header = register_sysctl_table(mac_hid_root_dir, 0);
 #endif /* CONFIG_SYSCTL */
 
        return 0;