summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/dma.h
diff options
context:
space:
mode:
authorChristoph Hellwig2015-05-01 12:46:15 +0200
committerJens Axboe2015-05-05 21:35:39 +0200
commit84be456f883c4685680fba8e5154b5f72e92957e (patch)
tree1b83cb63af91f9e0ab42739cff9819591e089eac /arch/arm/include/asm/dma.h
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 (diff)
downloadkernel-qcow2-linux-84be456f883c4685680fba8e5154b5f72e92957e.tar.gz
kernel-qcow2-linux-84be456f883c4685680fba8e5154b5f72e92957e.tar.xz
kernel-qcow2-linux-84be456f883c4685680fba8e5154b5f72e92957e.zip
remove <asm/scatterlist.h>
We don't have any arch specific scatterlist now that parisc switched over to the generic one. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'arch/arm/include/asm/dma.h')
-rw-r--r--arch/arm/include/asm/dma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/dma.h b/arch/arm/include/asm/dma.h
index 99084431d6ae..bb4fa67da541 100644
--- a/arch/arm/include/asm/dma.h
+++ b/arch/arm/include/asm/dma.h
@@ -19,7 +19,7 @@
* It should not be re-used except for that purpose.
*/
#include <linux/spinlock.h>
-#include <asm/scatterlist.h>
+#include <linux/scatterlist.h>
#include <mach/isa-dma.h>