aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/cpu-sh4a
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2012-05-19 18:30:31 +0900
committerPaul Mundt <lethal@linux-sh.org>2012-05-19 18:30:31 +0900
commit2ff9f317f15b7c3bd95273a7f04ca0b148850104 (patch)
tree9976dae25055dfd3b3bd89a63d111476a3b3ff87 /arch/sh/include/cpu-sh4a
parentsh: Move sh4a dma header from cpu-sh4 to cpu-sh4a. (diff)
downloadlinux-dev-2ff9f317f15b7c3bd95273a7f04ca0b148850104.tar.xz
linux-dev-2ff9f317f15b7c3bd95273a7f04ca0b148850104.zip
sh: Tidy up some of the cpu legacy dma header mess.
This has turned in to quite a mess, and with CPUs that care using dmaengine now it's about time to start cleaning up after the legacy DMA code. For starters, kill off the stubs for the CPUs that don't do anything, as well as all of the unused definitions. This leaves us with a set of IRQs and base addresses we can deal with later. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/cpu-sh4a')
-rw-r--r--arch/sh/include/cpu-sh4a/cpu/dma.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sh/include/cpu-sh4a/cpu/dma.h b/arch/sh/include/cpu-sh4a/cpu/dma.h
index f280410c93ae..c276313104c7 100644
--- a/arch/sh/include/cpu-sh4a/cpu/dma.h
+++ b/arch/sh/include/cpu-sh4a/cpu/dma.h
@@ -77,9 +77,4 @@
#define SH_DMARS_BASE0 0xFC809000
#endif
-#define REQ_HE 0x000000C0
-#define REQ_H 0x00000080
-#define REQ_LE 0x00000040
-#define TM_BURST 0x00000020
-
#endif /* __ASM_SH_CPU_SH4_DMA_SH7780_H */