forked from Minki/linux
irda: update comment mentioning IRQF_DISABLED
This patch removes a comment mentioning IRQF_DISABLED, which is deprecated. Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
33235ca458
commit
78dea8cc49
@ -162,7 +162,7 @@ typedef struct {
|
||||
int irq, irq2; /* Interrupts used */
|
||||
int dma, dma2; /* DMA channel(s) used */
|
||||
int fifo_size; /* FIFO size */
|
||||
int irqflags; /* interrupt flags (ie, IRQF_SHARED|IRQF_DISABLED) */
|
||||
int irqflags; /* interrupt flags (ie, IRQF_SHARED) */
|
||||
int direction; /* Link direction, used by some FIR drivers */
|
||||
int enabled; /* Powered on? */
|
||||
int suspended; /* Suspended by APM */
|
||||
|
Loading…
Reference in New Issue
Block a user