From: Vlad Yasevich Date: Thu, 15 Nov 2012 16:35:37 +0000 (+0000) Subject: ipv6: Fix build error with udp_offload X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~307 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4d0d3557b4d6ee735fbec275803d637ee26b42d;p=pandora-kernel.git ipv6: Fix build error with udp_offload Add ip6_checksum.h include. This should resolve the following issue that shows up on power: net/ipv6/udp_offload.c: In function 'udp6_ufo_send_check': net/ipv6/udp_offload.c:29:2: error: implicit declaration of function 'csum_ipv6_magic' [-Werror=implicit-function-declaration] cc1: some warnings being treated as errors Signed-off-by: Vlad Yasevich Signed-off-by: David S. Miller --- Reading git-diff-tree failed