]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] w1: netlink: Mark netlink group 1 as unused.
authorEvgeniy Polyakov <johnpol@2ka.mipt.ru>
Thu, 23 Mar 2006 16:11:58 +0000 (19:11 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 22 Jun 2006 18:22:50 +0000 (11:22 -0700)
netlink_w1 was moved to connector.

Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/netlink.h

index 87b8a5703ebc09618140c2a72d5e7e1927299b61..855b44668caae533c26b8d7f77844de25ffedd9f 100644 (file)
@@ -5,7 +5,7 @@
 #include <linux/types.h>
 
 #define NETLINK_ROUTE          0       /* Routing/device hook                          */
-#define NETLINK_W1             1       /* 1-wire subsystem                             */
+#define NETLINK_UNUSED         1       /* Unused number                                */
 #define NETLINK_USERSOCK       2       /* Reserved for user mode socket protocols      */
 #define NETLINK_FIREWALL       3       /* Firewalling hook                             */
 #define NETLINK_INET_DIAG      4       /* INET socket monitoring                       */