Sachin Kamat wrote:
> 
> 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]>
> ---
>  arch/arm/mach-s5pc100/dma.c |    2 --
>  1 files changed, 0 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/mach-s5pc100/dma.c b/arch/arm/mach-s5pc100/dma.c
> index afd8db2..b141840 100644
> --- a/arch/arm/mach-s5pc100/dma.c
> +++ b/arch/arm/mach-s5pc100/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

OK, will apply this into cleanup branch.
Thanks.

Best regards,
Kgene.
--
Kukjin Kim <[email protected]>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to