aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Axboe <axboe@carl.home.kernel.dk>2007-10-24 13:25:26 +0200
committerJens Axboe <axboe@carl.home.kernel.dk>2007-10-24 13:25:26 +0200
commit5d9dc2cfd881b3b93c3f819ee94ad3ab7184b29a (patch)
treebad15f7975cd64c685b2a370a3af6660550d4bc1
parentSG: audit of drivers that use blk_rq_map_sg() (diff)
parentAVR32: Fix sg_page breakage (diff)
downloadlinux-dev-5d9dc2cfd881b3b93c3f819ee94ad3ab7184b29a.tar.xz
linux-dev-5d9dc2cfd881b3b93c3f819ee94ad3ab7184b29a.zip
Merge branch 'for-linus' of ssh://master.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 into sg
Diffstat (limited to '')
-rw-r--r--include/asm-avr32/dma-mapping.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-avr32/dma-mapping.h b/include/asm-avr32/dma-mapping.h
index a7131630c057..57dc672bab8e 100644
--- a/include/asm-avr32/dma-mapping.h
+++ b/include/asm-avr32/dma-mapping.h
@@ -3,7 +3,7 @@
#include <linux/mm.h>
#include <linux/device.h>
-#include <asm/scatterlist.h>
+#include <linux/scatterlist.h>
#include <asm/processor.h>
#include <asm/cacheflush.h>
#include <asm/io.h>