From: Lennert Buytenhek Date: Thu, 2 Oct 2008 00:52:39 +0000 (+0000) Subject: mv643xx_eth: include linux/ip.h to fix build X-Git-Tag: v2.6.28-rc1~717^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3efab8ed4755e26962704731322bafdf5022f98;p=pandora-kernel.git mv643xx_eth: include linux/ip.h to fix build mv643xx_eth uses ip_hdr() (defined in linux/ip.h), but relied on another header file to include the needed header file indirectly. In latest net-next this indirect include chain is gone, so the driver fails to build. Include linux/ip.h explicitly to fix this. Signed-off-by: Lennert Buytenhek Signed-off-by: David S. Miller --- Reading git-diff-tree failed