Explorar o código

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>
Arnd Bergmann %!s(int64=12) %!d(string=hai) anos
pai
achega
5455ae4157
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      arch/arm/mach-picoxcell/common.c

+ 0 - 1
arch/arm/mach-picoxcell/common.c

@@ -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,