Skip to content

Commit

Permalink
ARM: S5PC100: Remove unused variable in dma.c file
Browse files Browse the repository at this point in the history
Fixes the following warning:
arch/arm/mach-s5pc100/dma.c:36:12: 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 Jun 20, 2012
1 parent 4efdc8a commit f876c22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm/mach-s5pc100/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 f876c22

Please sign in to comment.