sh: intc: remove dependency on NR_IRQS
SH intc has a compile time dependency on NR_IRQS. Make this dependency a local define so that shmobile (and ARM in general) can have run-time NR_IRQS setting. Signed-off-by: Rob Herring <rob.herring@calxeda.com>
This commit is contained in:
@@ -3,6 +3,12 @@
|
||||
|
||||
#include <linux/ioport.h>
|
||||
|
||||
#ifdef CONFIG_SUPERH
|
||||
#define INTC_NR_IRQS 512
|
||||
#else
|
||||
#define INTC_NR_IRQS 1024
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Convert back and forth between INTEVT and IRQ values.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user