Re: [PATCH 4/9] ARM: pxa: remove unused variable

From: Daniel Mack
Date: Mon Dec 09 2013 - 03:57:11 EST


On 12/08/2013 11:53 PM, Sergei Ianovich wrote:
> Signed-off-by: Sergei Ianovich <ynvich@xxxxxxxxx>
> CC: Daniel Mack <zonque@xxxxxxxxx>
> ---
> arch/arm/mach-pxa/irq.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/arch/arm/mach-pxa/irq.c b/arch/arm/mach-pxa/irq.c
> index b6cc181..432842c 100644
> --- a/arch/arm/mach-pxa/irq.c
> +++ b/arch/arm/mach-pxa/irq.c
> @@ -236,7 +236,6 @@ void __init pxa_dt_irq_init(int (*fn)(struct irq_data *, unsigned int))
> {
> struct device_node *node;
> const struct of_device_id *of_id;
> - struct pxa_intc_conf *conf;
> struct resource res;
> int n, ret;
>
> @@ -246,7 +245,6 @@ void __init pxa_dt_irq_init(int (*fn)(struct irq_data *, unsigned int))
> return;
> }
> of_id = of_match_node(intc_ids, node);
> - conf = of_id->data;

A similar patch was already merged by Haojian recently. You should
probably rebase your patch stack on top of his maintainer tree.


Daniel

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/