From johnpol@2ka.mipt.ru Thu Mar 23 08:00:20 2006 Cc: Evgeniy Polyakov Subject: [PATCH 5/5] w1: netlink: Mark netlink group 1 as unused. Date: Thu, 23 Mar 2006 19:11:58 +0300 Message-Id: <11431303183286@2ka.mipt.ru> To: GregKH From: Evgeniy Polyakov netlink_w1 was moved to connector. Signed-off-by: Evgeniy Polyakov Signed-off-by: Greg Kroah-Hartman --- include/linux/netlink.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- gregkh-2.6.orig/include/linux/netlink.h +++ gregkh-2.6/include/linux/netlink.h @@ -5,7 +5,7 @@ #include #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 */