]> Git Repo - linux.git/commitdiff
ARM: EXYNOS: Fix compiler warning in dma.c file
authorSachin Kamat <[email protected]>
Thu, 5 Apr 2012 15:01:13 +0000 (08:01 -0700)
committerKukjin Kim <[email protected]>
Thu, 5 Apr 2012 15:01:13 +0000 (08:01 -0700)
Fixes the following warning:
warning: 'dma_dmamask' defined but not used [-Wunused-variable]

Signed-off-by: Sachin Kamat <[email protected]>
Signed-off-by: Kukjin Kim <[email protected]>
arch/arm/mach-exynos/dma.c

index 3983abee4264fb629b0dc16c083307703e71085b..69aaa45032057d8409e890b90ff6a6c1bd0b106c 100644 (file)
@@ -35,8 +35,6 @@
 #include <mach/irqs.h>
 #include <mach/dma.h>
 
-static u64 dma_dmamask = DMA_BIT_MASK(32);
-
 static u8 exynos4210_pdma0_peri[] = {
        DMACH_PCM0_RX,
        DMACH_PCM0_TX,
This page took 0.053926 seconds and 4 git commands to generate.