Skip to content

Commit

Permalink
ARM: EXYNOS: Fix compiler warning in dma.c file
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Sachin Kamat authored and kgene committed Apr 5, 2012
1 parent e1b1994 commit f011fd1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm/mach-exynos/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f011fd1

Please sign in to comment.