Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9f2326be52f4fa83d20a75998cd3c87b300588c4
Commit:     9f2326be52f4fa83d20a75998cd3c87b300588c4
Parent:     0895e91d60ef9bdef426d1ce14bb94bd5875870d
Author:     FUJITA Tomonori <[EMAIL PROTECTED]>
AuthorDate: Tue Oct 23 09:11:41 2007 +0200
Committer:  Jens Axboe <[EMAIL PROTECTED]>
CommitDate: Tue Oct 23 09:11:41 2007 +0200

    arm: build fix
    
    arch/arm/common/dmabounce.c: In function 'dma_map_sg':
    arch/arm/common/dmabounce.c:445: error: implicit declaration of function 
'sg_page'
    
    Signed-off-by: FUJITA Tomonori <[EMAIL PROTECTED]>
    Signed-off-by: Jens Axboe <[EMAIL PROTECTED]>
---
 arch/arm/common/dmabounce.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/common/dmabounce.c b/arch/arm/common/dmabounce.c
index 9d371e4..52fc6a8 100644
--- a/arch/arm/common/dmabounce.c
+++ b/arch/arm/common/dmabounce.c
@@ -29,6 +29,7 @@
 #include <linux/dma-mapping.h>
 #include <linux/dmapool.h>
 #include <linux/list.h>
+#include <linux/scatterlist.h>
 
 #include <asm/cacheflush.h>
 
-
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