From: Jiri Slaby Date: Fri, 18 Mar 2011 09:41:17 +0000 (+0100) Subject: spi/dw_spi: Fix missing header X-Git-Tag: v2.6.39-rc1~417^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46165a3d00db7526fb43a3dfe5c01a4aa7e236af;p=pandora-kernel.git spi/dw_spi: Fix missing header Currently, build on PPC dies with: In file included from drivers/spi/dw_spi_mmio.c:16: include/linux/spi/dw_spi.h:147: error: field ‘tx_sgl’ has incomplete type include/linux/spi/dw_spi.h:149: error: field ‘rx_sgl’ has incomplete type Add linux/scatterlist.h include to dw_spi.h, because we need to know the contents of the structure. Signed-off-by: Jiri Slaby Signed-off-by: Grant Likely --- Reading git-diff-tree failed