ARM: shmobile: remove NR_IRQS

Remove NR_IRQS and explicitly include mach/irqs.h as needed. shmobile
properly allocates irq_descs for each irqchip, so setting .nr_irqs for
each machine is not needed.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Dieser Commit ist enthalten in:
Rob Herring
2012-01-03 16:57:33 -06:00
Ursprung 4e611091f8
Commit 250a27237e
19 geänderte Dateien mit 18 neuen und 2 gelöschten Zeilen

Datei anzeigen

@@ -29,6 +29,7 @@
#include <linux/sh_intc.h>
#include <linux/sh_timer.h>
#include <mach/hardware.h>
#include <mach/irqs.h>
#include <mach/r8a7779.h>
#include <mach/common.h>
#include <asm/mach-types.h>