diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-01-18 19:47:40 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-02-19 11:11:15 +0000 |
commit | 5e4b822f298b49d2940e09c31695a64417a836b9 (patch) | |
tree | 54d55eea236e43c687d770c0cc9fffeccc3d2b3a /arch/arm/mach-versatile/core.h | |
parent | 493a451bb559476d2f7f189670be2172ca3010b4 (diff) | |
download | linux-5e4b822f298b49d2940e09c31695a64417a836b9.tar.bz2 |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-versatile/core.h b/arch/arm/mach-versatile/core.h index e04768a6c5dc..fd6404e5d788 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 |