summaryrefslogtreecommitdiff
path: root/include/net/protocol.h
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@osdl.org>2003-05-09 15:25:47 -0700
committerDavid S. Miller <davem@nuts.ninka.net>2003-05-09 15:25:47 -0700
commitb9d92bc303ccd9abbda95490e2ddd5bf49c0d10e (patch)
tree3bff74c704481317df84153e4f011ae6f1122b94 /include/net/protocol.h
parentcd65eaf5f5fc2663b1f5cdf54d889cf66ce67c49 (diff)
[IPV4/IPV6]: inetsw using RCU.
Diffstat (limited to 'include/net/protocol.h')
-rw-r--r--include/net/protocol.h2
1 files changed, 0 insertions, 2 deletions
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);