diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-05-19 18:30:31 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-05-19 18:30:31 +0900 |
commit | 2ff9f317f15b7c3bd95273a7f04ca0b148850104 (patch) | |
tree | 9976dae25055dfd3b3bd89a63d111476a3b3ff87 /arch/sh/include/cpu-sh3 | |
parent | 0c6012313c22154367c36cecbc949d0fc120042e (diff) |
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-sh3')
-rw-r--r-- | arch/sh/include/cpu-sh3/cpu/dma.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/sh/include/cpu-sh3/cpu/dma.h b/arch/sh/include/cpu-sh3/cpu/dma.h index 27a90ad0bcec..bccb4144a5e3 100644 --- a/arch/sh/include/cpu-sh3/cpu/dma.h +++ b/arch/sh/include/cpu-sh3/cpu/dma.h @@ -15,11 +15,4 @@ #define DMTE0_IRQ evt2irq(0x800) #define DMTE4_IRQ evt2irq(0xb80) -/* Definitions for the SuperH DMAC */ -#define TM_BURST 0x00000020 -#define TS_8 0x00000000 -#define TS_16 0x00000008 -#define TS_32 0x00000010 -#define TS_128 0x00000018 - #endif /* __ASM_CPU_SH3_DMA_H */ |