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-sh5/cpu/dma.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 arch/sh/include/cpu-sh5/cpu/dma.h (limited to 'arch/sh/include/cpu-sh5') diff --git a/arch/sh/include/cpu-sh5/cpu/dma.h b/arch/sh/include/cpu-sh5/cpu/dma.h deleted file mode 100644 index 7bf6bb3d35ed..000000000000 --- a/arch/sh/include/cpu-sh5/cpu/dma.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef __ASM_SH_CPU_SH5_DMA_H -#define __ASM_SH_CPU_SH5_DMA_H - -/* Nothing yet */ - -#endif /* __ASM_SH_CPU_SH5_DMA_H */ -- cgit v1.2.3-59-g8ed1b