diff options
Diffstat (limited to 'arch/arm/plat-mxc')
-rw-r--r-- | arch/arm/plat-mxc/irq.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/plat-mxc/irq.c b/arch/arm/plat-mxc/irq.c index 0fb68a531f55..931a0eefaf96 100644 --- a/arch/arm/plat-mxc/irq.c +++ b/arch/arm/plat-mxc/irq.c | |||
@@ -45,11 +45,6 @@ | |||
45 | #define AVIC_FIPNDH (AVIC_BASE + 0x60) /* fast int pending high */ | 45 | #define AVIC_FIPNDH (AVIC_BASE + 0x60) /* fast int pending high */ |
46 | #define AVIC_FIPNDL (AVIC_BASE + 0x64) /* fast int pending low */ | 46 | #define AVIC_FIPNDL (AVIC_BASE + 0x64) /* fast int pending low */ |
47 | 47 | ||
48 | #define SYSTEM_PREV_REG IO_ADDRESS(IIM_BASE_ADDR + 0x20) | ||
49 | #define SYSTEM_SREV_REG IO_ADDRESS(IIM_BASE_ADDR + 0x24) | ||
50 | #define IIM_PROD_REV_SH 3 | ||
51 | #define IIM_PROD_REV_LEN 5 | ||
52 | |||
53 | int imx_irq_set_priority(unsigned char irq, unsigned char prio) | 48 | int imx_irq_set_priority(unsigned char irq, unsigned char prio) |
54 | { | 49 | { |
55 | #ifdef CONFIG_MXC_IRQ_PRIOR | 50 | #ifdef CONFIG_MXC_IRQ_PRIOR |