diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2008-02-27 09:14:03 -0500 |
---|---|---|
committer | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2008-03-04 01:18:23 -0500 |
commit | 662397fd7aaa10afdbdc55a0bfdb7e9701454c27 (patch) | |
tree | 7bfc7866229b2d4042164d5dd0019c46575ecbc5 /include/net/ipv6.h | |
parent | db1ed684f6c430c4cdad67d058688b8a1b5e607c (diff) |
[IPV6]: Move packet_type{} related bits to af_inet6.c.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'include/net/ipv6.h')
-rw-r--r-- | include/net/ipv6.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h index 96b1763bfcaa..5dc8164e5d3b 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h | |||
@@ -555,10 +555,6 @@ extern int compat_ipv6_getsockopt(struct sock *sk, | |||
555 | char __user *optval, | 555 | char __user *optval, |
556 | int __user *optlen); | 556 | int __user *optlen); |
557 | 557 | ||
558 | extern int ipv6_packet_init(void); | ||
559 | |||
560 | extern void ipv6_packet_cleanup(void); | ||
561 | |||
562 | extern int ip6_datagram_connect(struct sock *sk, | 558 | extern int ip6_datagram_connect(struct sock *sk, |
563 | struct sockaddr *addr, int addr_len); | 559 | struct sockaddr *addr, int addr_len); |
564 | 560 | ||