ARM: highbank: select SPARSE_IRQ and remove irqs.h
authorRob Herring <rob.herring@calxeda.com>
Tue, 3 Jan 2012 20:44:31 +0000 (14:44 -0600)
committerRob Herring <rob.herring@calxeda.com>
Mon, 30 Jan 2012 19:25:42 +0000 (13:25 -0600)
irqs.h is optional now for SPARSE_IRQ, so select it and remove mach/irqs.h
from highbank.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
arch/arm/Kconfig
arch/arm/mach-highbank/highbank.c
arch/arm/mach-highbank/include/mach/irqs.h [deleted file]

index 30e7840..dcd77db 100644 (file)
@@ -349,6 +349,7 @@ config ARCH_HIGHBANK
        select GENERIC_CLOCKEVENTS
        select HAVE_ARM_SCU
        select HAVE_SMP
+       select SPARSE_IRQ
        select USE_OF
        help
          Support for the Calxeda Highbank SoC based boards.
index 7afbe1e..ee228ef 100644 (file)
@@ -33,7 +33,6 @@
 #include <asm/mach/arch.h>
 #include <asm/mach/map.h>
 #include <asm/mach/time.h>
-#include <mach/irqs.h>
 
 #include "core.h"
 #include "sysregs.h"
diff --git a/arch/arm/mach-highbank/include/mach/irqs.h b/arch/arm/mach-highbank/include/mach/irqs.h
deleted file mode 100644 (file)
index 9746aab..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef __MACH_IRQS_H
-#define __MACH_IRQS_H
-
-#define NR_IRQS                        192
-
-#endif