diff options
author | Michael Opdenacker <michael.opdenacker@free-electrons.com> | 2014-10-09 15:30:08 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-09 22:26:03 -0400 |
commit | 08e4cf4be2153b0eac503679004889fd7e28c819 (patch) | |
tree | 0833100a29614fdefdf08730494fa0c8227b5b0f /arch/frv/kernel/irq-mb93093.c | |
parent | 21f456607a7acc73947580a84eb36d180d2562b7 (diff) | |
download | op-kernel-dev-08e4cf4be2153b0eac503679004889fd7e28c819.zip op-kernel-dev-08e4cf4be2153b0eac503679004889fd7e28c819.tar.gz |
frv: remove deprecated IRQF_DISABLED
Remove the IRQF_DISABLED flag from FRV architecture code. It's a NOOP
since 2.6.35 and it will be removed one day.
Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/frv/kernel/irq-mb93093.c')
-rw-r--r-- | arch/frv/kernel/irq-mb93093.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/frv/kernel/irq-mb93093.c b/arch/frv/kernel/irq-mb93093.c index 95e4eb4..1f3015c 100644 --- a/arch/frv/kernel/irq-mb93093.c +++ b/arch/frv/kernel/irq-mb93093.c @@ -105,7 +105,6 @@ static irqreturn_t fpga_interrupt(int irq, void *_mask) static struct irqaction fpga_irq[1] = { [0] = { .handler = fpga_interrupt, - .flags = IRQF_DISABLED, .name = "fpga.0", .dev_id = (void *) 0x0700UL, } |