diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2010-03-08 13:17:01 +0100 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2010-03-08 13:17:01 +0100 |
commit | 7b4df05537f4e6c0c3524055ece7f99b5c98cc87 (patch) | |
tree | 5dc0d3037e1563a9420294cae2bf13907b1d9790 | |
parent | 0898f99a267f89a7dc72cc687955f17613a711b8 (diff) | |
download | kernel_samsung_aries-7b4df05537f4e6c0c3524055ece7f99b5c98cc87.zip kernel_samsung_aries-7b4df05537f4e6c0c3524055ece7f99b5c98cc87.tar.gz kernel_samsung_aries-7b4df05537f4e6c0c3524055ece7f99b5c98cc87.tar.bz2 |
netfilter: remove stale declaration for ip6_masked_addrcmp()
Commit f2ffd9ee... ("[NETFILTER]: Move ip6_masked_addrcmp to
include/net/ipv6.h") replaced ip6_masked_addrcmp() with
ipv6_masked_addr_cmp(). Function definition went away.
Let's remove its declaration as well in header file.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: Patrick McHardy <kaber@trash.net>
-rw-r--r-- | include/linux/netfilter_ipv6/ip6_tables.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/netfilter_ipv6/ip6_tables.h b/include/linux/netfilter_ipv6/ip6_tables.h index e5ba03d..18442ff 100644 --- a/include/linux/netfilter_ipv6/ip6_tables.h +++ b/include/linux/netfilter_ipv6/ip6_tables.h @@ -316,10 +316,6 @@ extern int ip6t_ext_hdr(u8 nexthdr); extern int ipv6_find_hdr(const struct sk_buff *skb, unsigned int *offset, int target, unsigned short *fragoff); -extern int ip6_masked_addrcmp(const struct in6_addr *addr1, - const struct in6_addr *mask, - const struct in6_addr *addr2); - #define IP6T_ALIGN(s) XT_ALIGN(s) #ifdef CONFIG_COMPAT |