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/mach-h720x/include/mach/isa-dma.h | |
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/mach-h720x/include/mach/isa-dma.h')
-rw-r--r-- | arch/arm/mach-h720x/include/mach/isa-dma.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/mach-h720x/include/mach/isa-dma.h b/arch/arm/mach-h720x/include/mach/isa-dma.h new file mode 100644 index 000000000000..3eafb3f163c0 --- /dev/null +++ b/arch/arm/mach-h720x/include/mach/isa-dma.h | |||
@@ -0,0 +1,19 @@ | |||
1 | /* | ||
2 | * arch/arm/mach-h720x/include/mach/isa-dma.h | ||
3 | * | ||
4 | * Architecture DMA routes | ||
5 | * | ||
6 | * Copyright (C) 1997.1998 Russell King | ||
7 | */ | ||
8 | #ifndef __ASM_ARCH_DMA_H | ||
9 | #define __ASM_ARCH_DMA_H | ||
10 | |||
11 | #if defined (CONFIG_CPU_H7201) | ||
12 | #define MAX_DMA_CHANNELS 3 | ||
13 | #elif defined (CONFIG_CPU_H7202) | ||
14 | #define MAX_DMA_CHANNELS 4 | ||
15 | #else | ||
16 | #error processor definition missmatch | ||
17 | #endif | ||
18 | |||
19 | #endif /* __ASM_ARCH_DMA_H */ | ||