diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-01-18 19:48:57 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-02-19 11:11:24 +0000 |
commit | f093728c0ddc30bef5792b7faf2743024b166350 (patch) | |
tree | d4631c29334087ff2de8730b9c4cda491280ab93 /arch/arm/mach-realview/core.h | |
parent | 5e4b822f298b49d2940e09c31695a64417a836b9 (diff) | |
download | blackbird-op-linux-f093728c0ddc30bef5792b7faf2743024b166350.tar.gz blackbird-op-linux-f093728c0ddc30bef5792b7faf2743024b166350.zip |
ARM: realview: remove old AMBA device DMA definitions
The AMBA DMA macro definitions are not used, and the AMBA Primecell DMA
support makes no use of them either, so they can be removed.
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-realview/core.h')
-rw-r--r-- | arch/arm/mach-realview/core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-realview/core.h b/arch/arm/mach-realview/core.h index 27c927387083..5c83d1e87a03 100644 --- a/arch/arm/mach-realview/core.h +++ b/arch/arm/mach-realview/core.h @@ -42,7 +42,6 @@ static struct amba_device name##_device = { \ }, \ .dma_mask = ~0, \ .irq = base##_IRQ, \ - /* .dma = base##_DMA,*/ \ } struct machine_desc; |