diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/interrupt.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index 8e5f289052..2306920fa3 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h | |||
| @@ -55,28 +55,6 @@ | |||
| 55 | #define IRQF_NOBALANCING 0x00000800 | 55 | #define IRQF_NOBALANCING 0x00000800 |
| 56 | #define IRQF_IRQPOLL 0x00001000 | 56 | #define IRQF_IRQPOLL 0x00001000 |
| 57 | 57 | ||
| 58 | /* | ||
| 59 | * Migration helpers. Scheduled for removal in 9/2007 | ||
| 60 | * Do not use for new code ! | ||
| 61 | */ | ||
| 62 | static inline | ||
| 63 | unsigned long __deprecated deprecated_irq_flag(unsigned long flag) | ||
| 64 | { | ||
| 65 | return flag; | ||
| 66 | } | ||
| 67 | |||
| 68 | #define SA_INTERRUPT deprecated_irq_flag(IRQF_DISABLED) | ||
| 69 | #define SA_SAMPLE_RANDOM deprecated_irq_flag(IRQF_SAMPLE_RANDOM) | ||
| 70 | #define SA_SHIRQ deprecated_irq_flag(IRQF_SHARED) | ||
| 71 | #define SA_PROBEIRQ deprecated_irq_flag(IRQF_PROBE_SHARED) | ||
| 72 | #define SA_PERCPU deprecated_irq_flag(IRQF_PERCPU) | ||
| 73 | |||
| 74 | #define SA_TRIGGER_LOW deprecated_irq_flag(IRQF_TRIGGER_LOW) | ||
| 75 | #define SA_TRIGGER_HIGH deprecated_irq_flag(IRQF_TRIGGER_HIGH) | ||
| 76 | #define SA_TRIGGER_FALLING deprecated_irq_flag(IRQF_TRIGGER_FALLING) | ||
| 77 | #define SA_TRIGGER_RISING deprecated_irq_flag(IRQF_TRIGGER_RISING) | ||
| 78 | #define SA_TRIGGER_MASK deprecated_irq_flag(IRQF_TRIGGER_MASK) | ||
| 79 | |||
| 80 | typedef irqreturn_t (*irq_handler_t)(int, void *); | 58 | typedef irqreturn_t (*irq_handler_t)(int, void *); |
| 81 | 59 | ||
| 82 | struct irqaction { | 60 | struct irqaction { |
