summaryrefslogtreecommitdiffstats
path: root/arch/sh/include/cpu-sh5
diff options
context:
space:
mode:
authorPaul Mundt2012-05-19 11:30:31 +0200
committerPaul Mundt2012-05-19 11:30:31 +0200
commit2ff9f317f15b7c3bd95273a7f04ca0b148850104 (patch)
tree9976dae25055dfd3b3bd89a63d111476a3b3ff87 /arch/sh/include/cpu-sh5
parentsh: Move sh4a dma header from cpu-sh4 to cpu-sh4a. (diff)
downloadkernel-qcow2-linux-2ff9f317f15b7c3bd95273a7f04ca0b148850104.tar.gz
kernel-qcow2-linux-2ff9f317f15b7c3bd95273a7f04ca0b148850104.tar.xz
kernel-qcow2-linux-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-sh5')
-rw-r--r--arch/sh/include/cpu-sh5/cpu/dma.h6
1 files changed, 0 insertions, 6 deletions
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 */