diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-05-19 11:30:31 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-05-19 11:30:31 +0200 |
commit | 2ff9f317f15b7c3bd95273a7f04ca0b148850104 (patch) | |
tree | 9976dae25055dfd3b3bd89a63d111476a3b3ff87 /arch/sh/include/asm/dma.h | |
parent | sh: Move sh4a dma header from cpu-sh4 to cpu-sh4a. (diff) | |
download | linux-2ff9f317f15b7c3bd95273a7f04ca0b148850104.tar.xz 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/asm/dma.h')
-rw-r--r-- | arch/sh/include/asm/dma.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/include/asm/dma.h b/arch/sh/include/asm/dma.h index 6aa2080c0065..e6c2871a00e7 100644 --- a/arch/sh/include/asm/dma.h +++ b/arch/sh/include/asm/dma.h @@ -15,7 +15,6 @@ #include <linux/wait.h> #include <linux/sched.h> #include <linux/device.h> -#include <cpu/dma.h> #include <asm-generic/dma.h> #ifdef CONFIG_NR_DMA_CHANNELS |