]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: picoxcell: remove .nr_irqs reference
authorArnd Bergmann <arnd@arndb.de>
Thu, 20 Jun 2013 18:44:02 +0000 (20:44 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 20 Jun 2013 18:44:02 +0000 (20:44 +0200)
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>
arch/arm/mach-picoxcell/common.c

index b069fa6bb0e2219ede9c4e6bcd581764c6a778a3..aa6a7e0e80a45ef21d5ea834963d1391c0cf0bd8 100644 (file)
@@ -80,7 +80,6 @@ static void picoxcell_wdt_restart(char mode, const char *cmd)
 
 DT_MACHINE_START(PICOXCELL, "Picochip picoXcell")
        .map_io         = picoxcell_map_io,
-       .nr_irqs        = NR_IRQS_LEGACY,
        .init_time      = dw_apb_timer_init,
        .init_machine   = picoxcell_init_machine,
        .dt_compat      = picoxcell_dt_match,