diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-06-20 14:44:02 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-06-20 14:44:02 -0400 |
commit | 5455ae4157ea4c0dc80a700990bba882d1891e0d (patch) | |
tree | b9b5c6591500fd64ea1d35c4251d2b10d519f8ae | |
parent | b86e007eebbea791beba59fa167113fc0091c2c4 (diff) |
ARM: picoxcell: remove .nr_irqs reference
A recent cleanup caused build errors in some configurations
because the header defining NR_IRQS_LEGACY is not included
here. Since that value is the default, we can just as well
leave it out.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Jamie Iles <jamie@jamieiles.com>
-rw-r--r-- | arch/arm/mach-picoxcell/common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-picoxcell/common.c b/arch/arm/mach-picoxcell/common.c index b069fa6bb0e2..aa6a7e0e80a4 100644 --- a/arch/arm/mach-picoxcell/common.c +++ b/arch/arm/mach-picoxcell/common.c | |||
@@ -80,7 +80,6 @@ static void picoxcell_wdt_restart(char mode, const char *cmd) | |||
80 | 80 | ||
81 | DT_MACHINE_START(PICOXCELL, "Picochip picoXcell") | 81 | DT_MACHINE_START(PICOXCELL, "Picochip picoXcell") |
82 | .map_io = picoxcell_map_io, | 82 | .map_io = picoxcell_map_io, |
83 | .nr_irqs = NR_IRQS_LEGACY, | ||
84 | .init_time = dw_apb_timer_init, | 83 | .init_time = dw_apb_timer_init, |
85 | .init_machine = picoxcell_init_machine, | 84 | .init_machine = picoxcell_init_machine, |
86 | .dt_compat = picoxcell_dt_match, | 85 | .dt_compat = picoxcell_dt_match, |