projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33235ca
)
irda: update comment mentioning IRQF_DISABLED
author
Michael Opdenacker
<
[email protected]
>
Sun, 13 Oct 2013 06:26:31 +0000
(08:26 +0200)
committer
David S. Miller
<
[email protected]
>
Thu, 17 Oct 2013 19:13:20 +0000
(15:13 -0400)
This patch removes a comment mentioning IRQF_DISABLED,
which is deprecated.
Signed-off-by: Michael Opdenacker <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
include/net/irda/irda_device.h
patch
|
blob
|
history
diff --git
a/include/net/irda/irda_device.h
b/include/net/irda/irda_device.h
index 94c852d47d0f8d5c7d033279bf2f67ca3fd861dd..11417475a6c31059aa28d5db55ce90c2a536a703 100644
(file)
--- a/
include/net/irda/irda_device.h
+++ b/
include/net/irda/irda_device.h
@@
-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 */