Skip to content

Commit

Permalink
ARM: S5PV210: 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 <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Sachin Kamat authored and Kukjin Kim committed Apr 10, 2012
1 parent 32db797 commit 6e7beb7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm/mach-s5pv210/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
#include <mach/irqs.h>
#include <mach/dma.h>

static u64 dma_dmamask = DMA_BIT_MASK(32);

static u8 pdma0_peri[] = {
DMACH_UART0_RX,
DMACH_UART0_TX,
Expand Down

0 comments on commit 6e7beb7

Please sign in to comment.