diff options
Diffstat (limited to 'include/linux/interrupt.h')
-rw-r--r-- | include/linux/interrupt.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index 3bb01b9a379c..2cee1761c77d 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h | |||
@@ -39,8 +39,6 @@ | |||
39 | * These flags used only by the kernel as part of the | 39 | * These flags used only by the kernel as part of the |
40 | * irq handling routines. | 40 | * irq handling routines. |
41 | * | 41 | * |
42 | * IRQF_DISABLED - keep irqs disabled when calling the action handler. | ||
43 | * DEPRECATED. This flag is a NOOP and scheduled to be removed | ||
44 | * IRQF_SHARED - allow sharing the irq among several devices | 42 | * IRQF_SHARED - allow sharing the irq among several devices |
45 | * IRQF_PROBE_SHARED - set by callers when they expect sharing mismatches to occur | 43 | * IRQF_PROBE_SHARED - set by callers when they expect sharing mismatches to occur |
46 | * IRQF_TIMER - Flag to mark this interrupt as timer interrupt | 44 | * IRQF_TIMER - Flag to mark this interrupt as timer interrupt |
@@ -58,7 +56,6 @@ | |||
58 | * IRQF_EARLY_RESUME - Resume IRQ early during syscore instead of at device | 56 | * IRQF_EARLY_RESUME - Resume IRQ early during syscore instead of at device |
59 | * resume time. | 57 | * resume time. |
60 | */ | 58 | */ |
61 | #define IRQF_DISABLED 0x00000020 | ||
62 | #define IRQF_SHARED 0x00000080 | 59 | #define IRQF_SHARED 0x00000080 |
63 | #define IRQF_PROBE_SHARED 0x00000100 | 60 | #define IRQF_PROBE_SHARED 0x00000100 |
64 | #define __IRQF_TIMER 0x00000200 | 61 | #define __IRQF_TIMER 0x00000200 |