diff options
| author | Linus Torvalds <torvalds@home.transmeta.com> | 2003-05-10 08:00:57 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-05-10 08:00:57 -0700 |
| commit | bb1fe39aab462862f90c4c6904ebdeea481360ef (patch) | |
| tree | b215023cddd2eeaa491e1bac231fc9d34c9ea04e /include | |
| parent | 278b7cdbd0c4102831c3ba1b4c0cc11a48618eb9 (diff) | |
| parent | 855677ee07ee9f6361dea0de94ccd7404f4e0230 (diff) | |
Merge bk://kernel.bkbits.net/davem/net-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/protocol.h | 2 |
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); |
