diff options
author | Michael Opdenacker <michael.opdenacker@free-electrons.com> | 2013-10-13 02:26:31 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-10-17 15:13:20 -0400 |
commit | 78dea8cc4942c6adbcccc8f483463906a078f039 (patch) | |
tree | f06b6f0595833b1a32a6dc81796a54b47183c72e /include/net/irda | |
parent | 33235ca458b725bab5367f1e50562965c76af5ca (diff) |
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>
Diffstat (limited to 'include/net/irda')
-rw-r--r-- | include/net/irda/irda_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/irda/irda_device.h b/include/net/irda/irda_device.h index 94c852d47d0f..11417475a6c3 100644 --- a/include/net/irda/irda_device.h +++ b/include/net/irda/irda_device.h | |||
@@ -162,7 +162,7 @@ typedef struct { | |||
162 | int irq, irq2; /* Interrupts used */ | 162 | int irq, irq2; /* Interrupts used */ |
163 | int dma, dma2; /* DMA channel(s) used */ | 163 | int dma, dma2; /* DMA channel(s) used */ |
164 | int fifo_size; /* FIFO size */ | 164 | int fifo_size; /* FIFO size */ |
165 | int irqflags; /* interrupt flags (ie, IRQF_SHARED|IRQF_DISABLED) */ | 165 | int irqflags; /* interrupt flags (ie, IRQF_SHARED) */ |
166 | int direction; /* Link direction, used by some FIR drivers */ | 166 | int direction; /* Link direction, used by some FIR drivers */ |
167 | int enabled; /* Powered on? */ | 167 | int enabled; /* Powered on? */ |
168 | int suspended; /* Suspended by APM */ | 168 | int suspended; /* Suspended by APM */ |