diff options
Diffstat (limited to 'include/asm-arm/irq.h')
| -rw-r--r-- | include/asm-arm/irq.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/asm-arm/irq.h b/include/asm-arm/irq.h index 1b882a255e35..9cb01907e43b 100644 --- a/include/asm-arm/irq.h +++ b/include/asm-arm/irq.h | |||
| @@ -19,23 +19,6 @@ | |||
| 19 | #define NO_IRQ ((unsigned int)(-1)) | 19 | #define NO_IRQ ((unsigned int)(-1)) |
| 20 | #endif | 20 | #endif |
| 21 | 21 | ||
| 22 | |||
| 23 | /* | ||
| 24 | * Migration helpers | ||
| 25 | */ | ||
| 26 | #define __IRQT_FALEDGE IRQ_TYPE_EDGE_FALLING | ||
| 27 | #define __IRQT_RISEDGE IRQ_TYPE_EDGE_RISING | ||
| 28 | #define __IRQT_LOWLVL IRQ_TYPE_LEVEL_LOW | ||
| 29 | #define __IRQT_HIGHLVL IRQ_TYPE_LEVEL_HIGH | ||
| 30 | |||
| 31 | #define IRQT_NOEDGE (0) | ||
| 32 | #define IRQT_RISING (__IRQT_RISEDGE) | ||
| 33 | #define IRQT_FALLING (__IRQT_FALEDGE) | ||
| 34 | #define IRQT_BOTHEDGE (__IRQT_RISEDGE|__IRQT_FALEDGE) | ||
| 35 | #define IRQT_LOW (__IRQT_LOWLVL) | ||
| 36 | #define IRQT_HIGH (__IRQT_HIGHLVL) | ||
| 37 | #define IRQT_PROBE IRQ_TYPE_PROBE | ||
| 38 | |||
| 39 | #ifndef __ASSEMBLY__ | 22 | #ifndef __ASSEMBLY__ |
| 40 | struct irqaction; | 23 | struct irqaction; |
| 41 | extern void migrate_irqs(void); | 24 | extern void migrate_irqs(void); |
