* [PATCH] ARM: EXYNOS: Remove unused variables
@ 2012-11-20 5:03 Tushar Behera
2012-11-20 5:28 ` Tushar Behera
0 siblings, 1 reply; 3+ messages in thread
From: Tushar Behera @ 2012-11-20 5:03 UTC (permalink / raw)
To: linux-samsung-soc; +Cc: kgene.kim, patches
Fixes following compilation warnings.
arch/arm/mach-exynos/common.c: In function ‘exynos5_init_irq’:
arch/arm/mach-exynos/common.c:661:6: warning: unused variable
‘irq’ [-Wunused-variable]
arch/arm/mach-exynos/common.c: In function ‘exynos_init_irq_eint’:
arch/arm/mach-exynos/common.c:1046:15: warning: unused variable
‘paddr’ [-Wunused-variable]
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
---
arch/arm/mach-exynos/common.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-exynos/common.c b/arch/arm/mach-exynos/common.c
index 9027f55..ef4f1b0 100644
--- a/arch/arm/mach-exynos/common.c
+++ b/arch/arm/mach-exynos/common.c
@@ -658,7 +658,6 @@ void __init exynos4_init_irq(void)
void __init exynos5_init_irq(void)
{
- int irq;
struct device_node *np;
#ifdef CONFIG_OF
@@ -1043,7 +1042,6 @@ static int __init exynos_init_irq_eint(struct device_node *np,
struct device_node *parent)
{
int irq, *src_int, irq_base, irq_eint;
- unsigned int paddr;
#ifdef CONFIG_PINCTRL_SAMSUNG
/*
--
1.7.4.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: EXYNOS: Remove unused variables
2012-11-20 5:03 [PATCH] ARM: EXYNOS: Remove unused variables Tushar Behera
@ 2012-11-20 5:28 ` Tushar Behera
2012-11-20 9:18 ` Kukjin Kim
0 siblings, 1 reply; 3+ messages in thread
From: Tushar Behera @ 2012-11-20 5:28 UTC (permalink / raw)
To: linux-samsung-soc; +Cc: kgene.kim, patches
On 11/20/2012 10:33 AM, Tushar Behera wrote:
> Fixes following compilation warnings.
>
> arch/arm/mach-exynos/common.c: In function ‘exynos5_init_irq’:
> arch/arm/mach-exynos/common.c:661:6: warning: unused variable
> ‘irq’ [-Wunused-variable]
> arch/arm/mach-exynos/common.c: In function ‘exynos_init_irq_eint’:
> arch/arm/mach-exynos/common.c:1046:15: warning: unused variable
> ‘paddr’ [-Wunused-variable]
>
> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
> ---
> arch/arm/mach-exynos/common.c | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
Please ignore this patch. It was based on some other patchset which is
not yet in mainline.
Apologies.
--
Tushar Behera
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [PATCH] ARM: EXYNOS: Remove unused variables
2012-11-20 5:28 ` Tushar Behera
@ 2012-11-20 9:18 ` Kukjin Kim
0 siblings, 0 replies; 3+ messages in thread
From: Kukjin Kim @ 2012-11-20 9:18 UTC (permalink / raw)
To: 'Tushar Behera', linux-samsung-soc; +Cc: patches
Tushar Behera wrote:
>
> On 11/20/2012 10:33 AM, Tushar Behera wrote:
> > Fixes following compilation warnings.
> >
> > arch/arm/mach-exynos/common.c: In function 'exynos5_init_irq':
> > arch/arm/mach-exynos/common.c:661:6: warning: unused variable
> > 'irq' [-Wunused-variable]
> > arch/arm/mach-exynos/common.c: In function 'exynos_init_irq_eint':
> > arch/arm/mach-exynos/common.c:1046:15: warning: unused variable
> > 'paddr' [-Wunused-variable]
> >
> > Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
> > ---
> > arch/arm/mach-exynos/common.c | 2 --
> > 1 files changed, 0 insertions(+), 2 deletions(-)
> >
> Please ignore this patch. It was based on some other patchset which is
> not yet in mainline.
>
OK.
> Apologies.
>
No prob.
K-Gene <kgene@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-11-20 9:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-20 5:03 [PATCH] ARM: EXYNOS: Remove unused variables Tushar Behera
2012-11-20 5:28 ` Tushar Behera
2012-11-20 9:18 ` 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.