linux/arch/arm/mach-omap2
Russell King 9f9605c2ed omap2+: Fix unused variable warning for omap_irq_base
Commit 5d190c40100793a6dfc37bf325677c10f3c80edf
(omap2+: Initialize omap_irq_base for entry-macro.S from
platform code) simplified the handling of omap_irq_base
for multi-omap builds. However, this patch also introduced
a build warning for !MULTI_OMAP2 builds:

arch/arm/mach-omap2/io.c: In function 'omap_irq_base_init':
arch/arm/mach-omap2/io.c:322: warning: unused variable 'omap_irq_base'

Fix this by removing the ifdef. Also simplify things further
by moving omap_irq_base out of entry-macro.S.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
[tony@atomide.com: updated comments]
Signed-off-by: Tony Lindgren <tony@atomide.com>
2011-01-27 15:33:47 -08:00
..
2011-01-06 19:58:28 -08:00
2010-02-15 09:27:05 -08:00
2010-12-07 16:26:57 -08:00
2011-01-13 17:18:52 +01:00
2010-07-05 16:31:36 +03:00
2010-07-05 16:31:36 +03:00
2011-01-06 19:58:28 -08:00
2011-01-06 22:32:52 +00:00
2010-12-21 14:30:40 -08:00
2010-12-21 20:01:54 -07:00
2010-12-17 15:13:44 -08:00
2010-12-22 14:31:47 -08:00
2011-01-06 19:58:28 -08:00