From b9d92bc303ccd9abbda95490e2ddd5bf49c0d10e Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 9 May 2003 15:25:47 -0700 Subject: [IPV4/IPV6]: inetsw using RCU. --- include/net/protocol.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/net/protocol.h b/include/net/protocol.h index 6f0e4234a442..f67327486a9c 100644 --- a/include/net/protocol.h +++ b/include/net/protocol.h @@ -80,11 +80,9 @@ struct inet_protosw { extern struct inet_protocol *inet_protocol_base; extern struct inet_protocol *inet_protos[MAX_INET_PROTOS]; -extern struct list_head inetsw[SOCK_MAX]; #if defined(CONFIG_IPV6) || defined (CONFIG_IPV6_MODULE) extern struct inet6_protocol *inet6_protos[MAX_INET_PROTOS]; -extern struct list_head inetsw6[SOCK_MAX]; #endif extern int inet_add_protocol(struct inet_protocol *prot, unsigned char num); -- cgit v1.2.3