From 2ff9f317f15b7c3bd95273a7f04ca0b148850104 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Sat, 19 May 2012 18:30:31 +0900 Subject: 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 --- arch/sh/include/cpu-sh4/cpu/dma.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'arch/sh/include/cpu-sh4') diff --git a/arch/sh/include/cpu-sh4/cpu/dma.h b/arch/sh/include/cpu-sh4/cpu/dma.h index 6d7b66b6fe7e..a520eb219621 100644 --- a/arch/sh/include/cpu-sh4/cpu/dma.h +++ b/arch/sh/include/cpu-sh4/cpu/dma.h @@ -14,13 +14,4 @@ #define SH_DMAC_BASE0 0xffa00000 #define SH_DMAC_BASE1 0xffa00070 -/* Definitions for the SuperH DMAC */ -#define TM_BURST 0x00000080 -#define TS_8 0x00000010 -#define TS_16 0x00000020 -#define TS_32 0x00000030 -#define TS_64 0x00000000 - -#define DMAOR_COD 0x00000008 - #endif /* __ASM_CPU_SH4_DMA_H */ -- cgit v1.2.3