diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/arm/mach-shmobile/include/mach/irqs.h')
-rw-r--r-- | ANDROID_3.4.5/arch/arm/mach-shmobile/include/mach/irqs.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ANDROID_3.4.5/arch/arm/mach-shmobile/include/mach/irqs.h b/ANDROID_3.4.5/arch/arm/mach-shmobile/include/mach/irqs.h deleted file mode 100644 index 4e686cc2..00000000 --- a/ANDROID_3.4.5/arch/arm/mach-shmobile/include/mach/irqs.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef __ASM_MACH_IRQS_H -#define __ASM_MACH_IRQS_H - -#include <linux/sh_intc.h> - -/* GIC */ -#define gic_spi(nr) ((nr) + 32) - -/* INTCS */ -#define INTCS_VECT_BASE 0x2200 -#define INTCS_VECT(n, vect) INTC_VECT((n), INTCS_VECT_BASE + (vect)) -#define intcs_evt2irq(evt) evt2irq(INTCS_VECT_BASE + (evt)) - -#endif /* __ASM_MACH_IRQS_H */ |