diff options
author | Jens Axboe <axboe@carl.home.kernel.dk> | 2007-10-24 07:25:26 -0400 |
---|---|---|
committer | Jens Axboe <axboe@carl.home.kernel.dk> | 2007-10-24 07:25:26 -0400 |
commit | 5d9dc2cfd881b3b93c3f819ee94ad3ab7184b29a (patch) | |
tree | bad15f7975cd64c685b2a370a3af6660550d4bc1 /include | |
parent | 3d1266c7042e696704e22085a0f55c714bc06194 (diff) | |
parent | 18ccc4194389c6edc78ede76ada3bf753525b11c (diff) |
Merge branch 'for-linus' of ssh://master.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 into sg
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-avr32/dma-mapping.h | 2 |
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 @@ | |||
3 | 3 | ||
4 | #include <linux/mm.h> | 4 | #include <linux/mm.h> |
5 | #include <linux/device.h> | 5 | #include <linux/device.h> |
6 | #include <asm/scatterlist.h> | 6 | #include <linux/scatterlist.h> |
7 | #include <asm/processor.h> | 7 | #include <asm/processor.h> |
8 | #include <asm/cacheflush.h> | 8 | #include <asm/cacheflush.h> |
9 | #include <asm/io.h> | 9 | #include <asm/io.h> |