瀏覽代碼

ARM: highbank: select SPARSE_IRQ and remove irqs.h

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>
Rob Herring 13 年之前
父節點
當前提交
fdfa64a4b7
共有 3 個文件被更改,包括 1 次插入7 次删除
  1. 1 0
      arch/arm/Kconfig
  2. 0 1
      arch/arm/mach-highbank/highbank.c
  3. 0 6
      arch/arm/mach-highbank/include/mach/irqs.h

+ 1 - 0
arch/arm/Kconfig

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

+ 0 - 1
arch/arm/mach-highbank/highbank.c

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

+ 0 - 6
arch/arm/mach-highbank/include/mach/irqs.h

@@ -1,6 +0,0 @@
-#ifndef __MACH_IRQS_H
-#define __MACH_IRQS_H
-
-#define NR_IRQS			192
-
-#endif