Skip to content

Commit f011fd1

Browse files
Sachin Kamatkgene
authored andcommitted
ARM: EXYNOS: Fix compiler warning in dma.c file
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]>
1 parent e1b1994 commit f011fd1

File tree

1 file changed

+0
-2
lines changed
  • arch/arm/mach-exynos

1 file changed

+0
-2
lines changed

arch/arm/mach-exynos/dma.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
#include <mach/irqs.h>
3636
#include <mach/dma.h>
3737

38-
static u64 dma_dmamask = DMA_BIT_MASK(32);
39-
4038
static u8 exynos4210_pdma0_peri[] = {
4139
DMACH_PCM0_RX,
4240
DMACH_PCM0_TX,

0 commit comments

Comments
 (0)