diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-11-29 13:48:07 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-11-29 13:49:55 -0500 |
commit | f40b121d983dfc53bde882aadec7f2f0bbcbd1c2 (patch) | |
tree | ef7e99f154d2f9aa5109abdcb331342cad27fe22 /arch/arm/include | |
parent | dcea83adc666061864b82c96e059dffe7268b512 (diff) |
[ARM] Rename ISA mach/dma.h header to mach/isa-dma.h
This avoids confusion with platform specific DMA implementations in
mach/dma.h
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/dma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/dma.h b/arch/arm/include/asm/dma.h index 06419980dde7..df5638f3643a 100644 --- a/arch/arm/include/asm/dma.h +++ b/arch/arm/include/asm/dma.h | |||
@@ -21,7 +21,7 @@ | |||
21 | 21 | ||
22 | typedef unsigned int dmach_t; | 22 | typedef unsigned int dmach_t; |
23 | 23 | ||
24 | #include <mach/dma.h> | 24 | #include <mach/isa-dma.h> |
25 | 25 | ||
26 | /* | 26 | /* |
27 | * DMA modes | 27 | * DMA modes |