aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-realview/core.h
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2011-01-18 19:48:57 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-02-19 11:11:24 +0000
commitf093728c0ddc30bef5792b7faf2743024b166350 (patch)
treed4631c29334087ff2de8730b9c4cda491280ab93 /arch/arm/mach-realview/core.h
parent5e4b822f298b49d2940e09c31695a64417a836b9 (diff)
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-realview/core.h b/arch/arm/mach-realview/core.h
index 27c92738708..5c83d1e87a0 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;