Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8c7837c4f5cf177729297ba3fef1ec62f50f499b
Commit:     8c7837c4f5cf177729297ba3fef1ec62f50f499b
Parent:     5d9dc2cfd881b3b93c3f819ee94ad3ab7184b29a
Author:     Jens Axboe <[EMAIL PROTECTED]>
AuthorDate: Wed Oct 24 13:28:40 2007 +0200
Committer:  Jens Axboe <[EMAIL PROTECTED]>
CommitDate: Wed Oct 24 13:28:40 2007 +0200

    xtensa: dma-mapping.h is using linux/scatterlist.h functions, so include it
    
    It's currently using asm/scatterlist.h, but that is not enough.
    
    Signed-off-by: Jens Axboe <[EMAIL PROTECTED]>
---
 include/asm-xtensa/dma-mapping.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/asm-xtensa/dma-mapping.h b/include/asm-xtensa/dma-mapping.h
index 8bd9d2c..3c7d537 100644
--- a/include/asm-xtensa/dma-mapping.h
+++ b/include/asm-xtensa/dma-mapping.h
@@ -11,10 +11,10 @@
 #ifndef _XTENSA_DMA_MAPPING_H
 #define _XTENSA_DMA_MAPPING_H
 
-#include <asm/scatterlist.h>
 #include <asm/cache.h>
 #include <asm/io.h>
 #include <linux/mm.h>
+#include <linux/scatterlist.h>
 
 /*
  * DMA-consistent mapping functions.
-
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