diff options
author | David S. Miller <davem@davemloft.net> | 2008-03-06 07:58:10 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-03-06 07:58:10 +0300 |
commit | f59d43899e279c77924a7ada4bec8c70e5aeca06 (patch) | |
tree | d93a990a41bc0ae05dc46b677e40e50dad5a996a /include | |
parent | 0dc47877a3de00ceadea0005189656ae8dc52669 (diff) | |
download | linux-f59d43899e279c77924a7ada4bec8c70e5aeca06.tar.xz |
[IPV6]: Fix powerpc allmodconfig build warnings.
Introduced by changeset 95e41e93e18d8e1e272ce23d96bae4f17ce11d42
("[IPV6]: Make ndisc_flow_init() common for later use.")
Reported by Stephen Rothwell.
In file included from net/ipv6/netfilter/ip6_tables.c:21:
include/linux/icmpv6.h:192: warning: 'struct in6_addr' declared inside parameter list
include/linux/icmpv6.h:192: warning: its scope is only this definition or declaration, which is probably not what you want
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/icmpv6.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/icmpv6.h b/include/linux/icmpv6.h index e4d4300d768f..03067443198a 100644 --- a/include/linux/icmpv6.h +++ b/include/linux/icmpv6.h @@ -184,6 +184,7 @@ extern void icmpv6_param_prob(struct sk_buff *skb, int code, int pos); struct flowi; +struct in6_addr; extern void icmpv6_flow_init(struct sock *sk, struct flowi *fl, u8 type, |