From: Herbert Xu Date: Sat, 30 May 2009 03:40:04 +0000 (+1000) Subject: [SCSI] cxgb3i: Include net/dst.h for struct dst_cache X-Git-Tag: v2.6.31-rc1~365^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f00a3328bf9ecff46abd68a421693ba71cd16fc8;p=pandora-kernel.git [SCSI] cxgb3i: Include net/dst.h for struct dst_cache This driver needs dst_cache->dev so it should include net/dst.h to ensure that it builds. While net/tcp.h probably includes it already, we shouldn't rely on that since there is no guarantee that this won't change in future. Signed-off-by: Herbert Xu Acked-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed