From: Michael Opdenacker Date: Sun, 13 Oct 2013 06:26:31 +0000 (+0200) Subject: irda: update comment mentioning IRQF_DISABLED X-Git-Tag: accepted/tizen/common/20141203.182822~1141^2~187 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=78dea8cc4942c6adbcccc8f483463906a078f039;p=platform%2Fkernel%2Flinux-arm64.git irda: update comment mentioning IRQF_DISABLED This patch removes a comment mentioning IRQF_DISABLED, which is deprecated. Signed-off-by: Michael Opdenacker Signed-off-by: David S. Miller --- diff --git a/include/net/irda/irda_device.h b/include/net/irda/irda_device.h index 94c852d..1141747 100644 --- 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 */