From: Dave Jones Date: Sat, 31 Jan 2009 08:51:49 +0000 (-0800) Subject: ipv6: compile fix for ip6mr.c X-Git-Tag: upstream/snapshot3+hdmi~19951^2~202 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d6e430d3bafe743b18dc443189093bf532e91ed;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ipv6: compile fix for ip6mr.c net/ipv6/ip6mr.c: In function 'pim6_rcv': net/ipv6/ip6mr.c:368: error: implicit declaration of function 'csum_ipv6_magic' Signed-off-by: Dave Jones Signed-off-by: David S. Miller --- diff --git a/net/ipv6/ip6mr.c b/net/ipv6/ip6mr.c index d19a84b..228be55 100644 --- a/net/ipv6/ip6mr.c +++ b/net/ipv6/ip6mr.c @@ -48,6 +48,7 @@ #include #include #include +#include /* Big lock, protecting vif table, mrt cache and mroute socket state. Note that the changes are semaphored via rtnl_lock.