Message ID | 1331620812-10982-1-git-send-email-sachin.kamat@linaro.org |
---|---|
State | Superseded |
Headers | show |
diff --git a/arch/arm/mach-exynos/dma.c b/arch/arm/mach-exynos/dma.c index 13607c4..d3ed1fb 100644 --- a/arch/arm/mach-exynos/dma.c +++ b/arch/arm/mach-exynos/dma.c @@ -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,
The following warning is fixed in dma.c file: "warning: ‘dma_dmamask’ defined but not used [-Wunused-variable]" Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> --- arch/arm/mach-exynos/dma.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)