aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shark/include/mach/dma.h
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2008-11-29 18:48:07 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-11-29 18:49:55 +0000
commitf40b121d983dfc53bde882aadec7f2f0bbcbd1c2 (patch)
treeef7e99f154d2f9aa5109abdcb331342cad27fe22 /arch/arm/mach-shark/include/mach/dma.h
parentdcea83adc666061864b82c96e059dffe7268b512 (diff)
downloadkernel_samsung_smdk4412-f40b121d983dfc53bde882aadec7f2f0bbcbd1c2.zip
kernel_samsung_smdk4412-f40b121d983dfc53bde882aadec7f2f0bbcbd1c2.tar.gz
kernel_samsung_smdk4412-f40b121d983dfc53bde882aadec7f2f0bbcbd1c2.tar.bz2
[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-shark/include/mach/dma.h')
-rw-r--r--arch/arm/mach-shark/include/mach/dma.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/arm/mach-shark/include/mach/dma.h b/arch/arm/mach-shark/include/mach/dma.h
deleted file mode 100644
index dfe1da0..0000000
--- a/arch/arm/mach-shark/include/mach/dma.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * arch/arm/mach-shark/include/mach/dma.h
- *
- * by Alexander Schulz
- */
-#ifndef __ASM_ARCH_DMA_H
-#define __ASM_ARCH_DMA_H
-
-/* Use only the lowest 4MB, nothing else works.
- * The rest is not DMAable. See dev / .properties
- * in OpenFirmware.
- */
-#define MAX_DMA_CHANNELS 8
-#define DMA_ISA_CASCADE 4
-
-#endif /* _ASM_ARCH_DMA_H */
-