aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-prima2/include/mach
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2013-03-19 12:19:01 +0100
committerArnd Bergmann <arnd@arndb.de>2013-03-25 12:29:40 +0100
commit630be7ea2f2d0c2ee5662308297b77087da2ace2 (patch)
treecebc679342ea8d1333f32216956e588550a0fddc /arch/arm/mach-prima2/include/mach
parent60dbd7680f069c07525a825d805fd2644eae92e6 (diff)
ARM: sirf: enable sparse IRQ
Now that both irqchips for sirf are converted to not rely on legacy domains, let's move all of the platform over to sparse IRQ. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-prima2/include/mach')
-rw-r--r--arch/arm/mach-prima2/include/mach/irqs.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/arm/mach-prima2/include/mach/irqs.h b/arch/arm/mach-prima2/include/mach/irqs.h
deleted file mode 100644
index b778a0f248e..00000000000
--- a/arch/arm/mach-prima2/include/mach/irqs.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * arch/arm/mach-prima2/include/mach/irqs.h
- *
- * Copyright (c) 2011 Cambridge Silicon Radio Limited, a CSR plc group company.
- *
- * Licensed under GPLv2 or later.
- */
-
-#ifndef __ASM_ARCH_IRQS_H
-#define __ASM_ARCH_IRQS_H
-
-#define SIRFSOC_INTENAL_IRQ_START 0
-#define SIRFSOC_INTENAL_IRQ_END 127
-#define SIRFSOC_GPIO_IRQ_START (SIRFSOC_INTENAL_IRQ_END + 1)
-#define NR_IRQS 288
-
-#endif