From 0df333ce01fedad1f7a4f281063a02d76ba33a7d Mon Sep 17 00:00:00 2001 From: Tony Luck Date: Mon, 15 Oct 2007 13:49:43 -0700 Subject: [IA64] build fix for scatterlist include/scsi/scsi_eh.h:79: error: field `sense_sgl' has incomplete type x86 resolves this by including scatterlist.h from dma-mapping.h which seems as good a place as any. Signed-off-by: Tony Luck --- include/asm-ia64/dma-mapping.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/asm-ia64/dma-mapping.h b/include/asm-ia64/dma-mapping.h index 6299b51575b..3ca6d5c14b2 100644 --- a/include/asm-ia64/dma-mapping.h +++ b/include/asm-ia64/dma-mapping.h @@ -6,6 +6,7 @@ * David Mosberger-Tang */ #include +#include #define dma_alloc_coherent platform_dma_alloc_coherent /* coherent mem. is cheap */ -- cgit v1.2.3