diff options
Diffstat (limited to 'include/linux/irq.h')
| -rw-r--r-- | include/linux/irq.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h index 67b77cfb2a3..047a695511d 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h @@ -69,7 +69,6 @@ typedef	void (*irq_flow_handler_t)(unsigned int irq,  #define IRQ_SUSPENDED		0x04000000	/* IRQ has gone through suspend sequence */  #define IRQ_ONESHOT		0x08000000	/* IRQ is not unmasked after hardirq */  #define IRQ_NESTED_THREAD	0x10000000	/* IRQ is nested into another, no own handler thread */ -#define IRQ_POLL_INPROGRESS	0x20000000	/* IRQ poll is in progress */  #define IRQF_MODIFY_MASK	\  	(IRQ_TYPE_SENSE_MASK | IRQ_NOPROBE | IRQ_NOREQUEST | \  |