ARM: OMAP2+: fix naming collision of variable nr_irqs
authorVenkatraman S <svenkatr@ti.com>
Mon, 25 Jun 2012 10:26:39 +0000 (15:56 +0530)
committerTony Lindgren <tony@atomide.com>
Thu, 28 Jun 2012 07:08:04 +0000 (00:08 -0700)
commitb56f2cb71a73618c97721762feb0a1be81302e22
treed9aa4118f8acbbd5ec46751c8faf57757d6cdba3
parentd3ada72ee3a479acbfb718302ca8b87d9d6e5e60
ARM: OMAP2+: fix naming collision of variable nr_irqs

Using nr_irqs as local variable name triggers the sparse warning..
./arch/arm/mach-omap2/irq.c:265:6: warning: symbol 'nr_irqs' shadows an earlier one
./linux/include/linux/irqnr.h:26:12: originally declared here

Signed-off-by: Venkatraman S <svenkatr@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/irq.c
arch/arm/mach-omap2/prm_common.c
This page took 0.024788 seconds and 5 git commands to generate.