commit | 9647bb80a501a34f06132a04e240156950570005 | [log] [tgz] |
---|---|---|
author | Cong Wang <amwang@redhat.com> | Tue Jan 22 17:22:07 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 22 23:18:59 2013 -0500 |
tree | 7bf39794674b6017ae297c3e7cb08dede03746a6 | |
parent | 930d52c012b8e69ea87efd7562ded977ee9c9df9 [diff] |
ipv6: remove duplicated declaration of ip6_fragment() It is declared in: include/net/ip6_route.h:187:int ip6_fragment(struct sk_buff *skb, int (*output)(struct sk_buff *)); and net/ip6_route.h is already included. Cc: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Cc: David S. Miller <davem@davemloft.net> Signed-off-by: Cong Wang <amwang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>