From: Venkatraman S Date: Mon, 25 Jun 2012 10:26:39 +0000 (+0530) Subject: ARM: OMAP2+: fix naming collision of variable nr_irqs X-Git-Tag: omap-fixes-non-critical-for-v3.6~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b56f2cb71a73618c97721762feb0a1be81302e22;p=pandora-kernel.git 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 Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed