* [PATCH] ARM: S5PV210: Fix compiler warning in dma.c file
@ 2012-04-09 4:26 Sachin Kamat
2012-04-10 16:54 ` Kukjin Kim
0 siblings, 1 reply; 2+ messages in thread
From: Sachin Kamat @ 2012-04-09 4:26 UTC (permalink / raw)
To: linux-samsung-soc; +Cc: kgene.kim, sachin.kamat, patches
Fixes the following warning:
warning: ‘dma_dmamask’ defined but not used [-Wunused-variable]
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
arch/arm/mach-s5pv210/dma.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-s5pv210/dma.c b/arch/arm/mach-s5pv210/dma.c
index 86ce62f..b8337e2 100644
--- a/arch/arm/mach-s5pv210/dma.c
+++ b/arch/arm/mach-s5pv210/dma.c
@@ -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,
--
1.7.4.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: S5PV210: Fix compiler warning in dma.c file
2012-04-09 4:26 [PATCH] ARM: S5PV210: Fix compiler warning in dma.c file Sachin Kamat
@ 2012-04-10 16:54 ` Kukjin Kim
0 siblings, 0 replies; 2+ messages in thread
From: Kukjin Kim @ 2012-04-10 16:54 UTC (permalink / raw)
To: Sachin Kamat; +Cc: linux-samsung-soc, kgene.kim, patches
Sachin Kamat wrote:
> Fixes the following warning:
>
> warning: ‘dma_dmamask’ defined but not used [-Wunused-variable]
>
> Signed-off-by: Sachin Kamat<sachin.kamat@linaro.org>
> ---
> arch/arm/mach-s5pv210/dma.c | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/mach-s5pv210/dma.c b/arch/arm/mach-s5pv210/dma.c
> index 86ce62f..b8337e2 100644
> --- a/arch/arm/mach-s5pv210/dma.c
> +++ b/arch/arm/mach-s5pv210/dma.c
> @@ -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,
Applied, thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-10 16:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-09 4:26 [PATCH] ARM: S5PV210: Fix compiler warning in dma.c file Sachin Kamat
2012-04-10 16:54 ` Kukjin Kim
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.