diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-01-03 15:44:31 -0500 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-01-30 14:25:42 -0500 |
commit | fdfa64a4b7e6253583fa49f26e676d119bc22e76 (patch) | |
tree | b150a34d0aaa94c7a58d21704353be2361723e2f /arch/arm/mach-highbank/include/mach/irqs.h | |
parent | a2be01b15443d5bc45d23b970dab0abba773ef2a (diff) |
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>
Diffstat (limited to 'arch/arm/mach-highbank/include/mach/irqs.h')
-rw-r--r-- | arch/arm/mach-highbank/include/mach/irqs.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-highbank/include/mach/irqs.h b/arch/arm/mach-highbank/include/mach/irqs.h deleted file mode 100644 index 9746aab14e9a..000000000000 --- a/arch/arm/mach-highbank/include/mach/irqs.h +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | #ifndef __MACH_IRQS_H | ||
2 | #define __MACH_IRQS_H | ||
3 | |||
4 | #define NR_IRQS 192 | ||
5 | |||
6 | #endif | ||