]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ipv6: remove duplicated declaration of ip6_fragment()
authorCong Wang <amwang@redhat.com>
Tue, 22 Jan 2013 17:22:07 +0000 (17:22 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 Jan 2013 04:18:59 +0000 (23:18 -0500)
commit9647bb80a501a34f06132a04e240156950570005
tree7bf39794674b6017ae297c3e7cb08dede03746a6
parent930d52c012b8e69ea87efd7562ded977ee9c9df9
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>
net/ipv6/ip6_output.c