summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/irqs.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2015-09-22 09:08:14 +0200
committerSimon Horman <horms+renesas@verge.net.au>2015-11-20 01:28:01 +0100
commitc8cd74a1468ffe20db3ddc6e6f408d5377f9be43 (patch)
tree914cf22c2c76559ceb88c3e5b2b097d84e5632a3 /arch/arm/mach-shmobile/irqs.h
parentARM: shmobile: Introduce ARCH_RENESAS (diff)
downloadlinux-c8cd74a1468ffe20db3ddc6e6f408d5377f9be43.tar.xz
linux-c8cd74a1468ffe20db3ddc6e6f408d5377f9be43.zip
ARM: shmobile: Remove legacy mach/irqs.h
The header isn't needed anymore now that all SoCs use multiplatform kernels. Remove it. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/irqs.h')
-rw-r--r--arch/arm/mach-shmobile/irqs.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/mach-shmobile/irqs.h b/arch/arm/mach-shmobile/irqs.h
deleted file mode 100644
index 3070f6d887eb..000000000000
--- a/arch/arm/mach-shmobile/irqs.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef __SHMOBILE_IRQS_H
-#define __SHMOBILE_IRQS_H
-
-#include "include/mach/irqs.h"
-
-/* GIC */
-#define gic_spi(nr) ((nr) + 32)
-#define gic_iid(nr) (nr) /* ICCIAR / interrupt ID */
-
-/* GPIO IRQ */
-#define _GPIO_IRQ_BASE 2500
-#define GPIO_IRQ_BASE(x) (_GPIO_IRQ_BASE + (32 * x))
-#define GPIO_IRQ(x, y) (_GPIO_IRQ_BASE + (32 * x) + y)
-
-#endif /* __SHMOBILE_IRQS_H */