mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-16 11:38:11 +00:00
[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 <tony.luck@intel.com>
This commit is contained in:
parent
4937ce8795
commit
0df333ce01
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
* David Mosberger-Tang <davidm@hpl.hp.com>
|
* David Mosberger-Tang <davidm@hpl.hp.com>
|
||||||
*/
|
*/
|
||||||
#include <asm/machvec.h>
|
#include <asm/machvec.h>
|
||||||
|
#include <asm/scatterlist.h>
|
||||||
|
|
||||||
#define dma_alloc_coherent platform_dma_alloc_coherent
|
#define dma_alloc_coherent platform_dma_alloc_coherent
|
||||||
/* coherent mem. is cheap */
|
/* coherent mem. is cheap */
|
||||||
|
|
Loading…
Add table
Reference in a new issue