projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d9dc2c
)
xtensa: dma-mapping.h is using linux/scatterlist.h functions, so include it
author
Jens Axboe
<jens.axboe@oracle.com>
Wed, 24 Oct 2007 11:28:40 +0000
(13:28 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Wed, 24 Oct 2007 11:28:40 +0000
(13:28 +0200)
It's currently using asm/scatterlist.h, but that is not enough.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
include/asm-xtensa/dma-mapping.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-xtensa/dma-mapping.h
b/include/asm-xtensa/dma-mapping.h
index 8bd9d2c02a24bacb50cebd103492331e500774b7..3c7d537dd15d36a775cbe098f9948be8a5c680bf 100644
(file)
--- 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.