From: Cong Wang Date: Tue, 22 Jan 2013 17:22:07 +0000 (+0000) Subject: ipv6: remove duplicated declaration of ip6_fragment() X-Git-Tag: v3.9-rc1~139^2~287 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9647bb80a501a34f06132a04e240156950570005;p=pandora-kernel.git 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 Cc: David S. Miller Signed-off-by: Cong Wang Signed-off-by: David S. Miller --- Reading git-diff-tree failed