Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0df333ce authored by Tony Luck's avatar Tony Luck
Browse files

[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: default avatarTony Luck <tony.luck@intel.com>
parent 4937ce87
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
 *	David Mosberger-Tang <davidm@hpl.hp.com>
 */
#include <asm/machvec.h>
#include <asm/scatterlist.h>

#define dma_alloc_coherent	platform_dma_alloc_coherent
/* coherent mem. is cheap */