Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0df333ce01fedad1f7a4f281063a02d76ba33a7d
Commit:     0df333ce01fedad1f7a4f281063a02d76ba33a7d
Parent:     4937ce87959629d31e9b09cf5bdf1e12a305c805
Author:     Tony Luck <[EMAIL PROTECTED]>
AuthorDate: Mon Oct 15 13:49:43 2007 -0700
Committer:  Tony Luck <[EMAIL PROTECTED]>
CommitDate: Mon Oct 15 13:49:43 2007 -0700

    [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 <[EMAIL PROTECTED]>
---
 include/asm-ia64/dma-mapping.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/asm-ia64/dma-mapping.h b/include/asm-ia64/dma-mapping.h
index 6299b51..3ca6d5c 100644
--- a/include/asm-ia64/dma-mapping.h
+++ b/include/asm-ia64/dma-mapping.h
@@ -6,6 +6,7 @@
  *     David Mosberger-Tang <[EMAIL PROTECTED]>
  */
 #include <asm/machvec.h>
+#include <asm/scatterlist.h>
 
 #define dma_alloc_coherent     platform_dma_alloc_coherent
 /* coherent mem. is cheap */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to