summaryrefslogtreecommitdiff
path: root/arch/arm/mach-versatile/core.h
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2011-01-18 19:47:40 (GMT)
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-02-19 11:11:15 (GMT)
commit5e4b822f298b49d2940e09c31695a64417a836b9 (patch)
tree54d55eea236e43c687d770c0cc9fffeccc3d2b3a /arch/arm/mach-versatile/core.h
parent493a451bb559476d2f7f189670be2172ca3010b4 (diff)
downloadlinux-5e4b822f298b49d2940e09c31695a64417a836b9.tar.xz
ARM: versatile: 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-versatile/core.h')
-rw-r--r--arch/arm/mach-versatile/core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-versatile/core.h b/arch/arm/mach-versatile/core.h
index e04768a..fd6404e 100644
--- a/arch/arm/mach-versatile/core.h
+++ b/arch/arm/mach-versatile/core.h
@@ -45,7 +45,6 @@ static struct amba_device name##_device = { \
}, \
.dma_mask = ~0, \
.irq = base##_IRQ, \
- /* .dma = base##_DMA,*/ \
}
#endif