diff options
Diffstat (limited to 'arch/arm/mach-s5pv210/include/mach/irqs.h')
-rw-r--r-- | arch/arm/mach-s5pv210/include/mach/irqs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/include/mach/irqs.h b/arch/arm/mach-s5pv210/include/mach/irqs.h index 3a9e42e7734b..92fc6c7fc064 100644 --- a/arch/arm/mach-s5pv210/include/mach/irqs.h +++ b/arch/arm/mach-s5pv210/include/mach/irqs.h | |||
@@ -134,4 +134,9 @@ | |||
134 | #define EINT_GPIO_2(x) S5PV210_GPH2(x) | 134 | #define EINT_GPIO_2(x) S5PV210_GPH2(x) |
135 | #define EINT_GPIO_3(x) S5PV210_GPH3(x) | 135 | #define EINT_GPIO_3(x) S5PV210_GPH3(x) |
136 | 136 | ||
137 | /* Compatibility */ | ||
138 | #define IRQ_LCD_FIFO IRQ_LCD0 | ||
139 | #define IRQ_LCD_VSYNC IRQ_LCD1 | ||
140 | #define IRQ_LCD_SYSTEM IRQ_LCD2 | ||
141 | |||
137 | #endif /* ASM_ARCH_IRQS_H */ | 142 | #endif /* ASM_ARCH_IRQS_H */ |