diff options
author | Yong Zhang <yong.zhang0@gmail.com> | 2011-09-07 16:10:03 +0800 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-10-26 04:22:26 -0400 |
commit | 7832bb5d450aefa45b6dac3b3140eade66bb12ad (patch) | |
tree | 3edd05f51865bb500ba938dde435dcb2f599c207 /arch/blackfin/mach-bf537/boards/stamp.c | |
parent | 23405b024dbf2ffe5f5ef7a3460a7bfad489d5f4 (diff) |
Blackfin: irq: remove IRQF_DISABLED
This flag is a NOOP and can be removed now.
Signed-off-by: Yong Zhang <yong.zhang0@gmail.com>
Acked-by: Bob Liu <lliubbo@kernel.org>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf537/boards/stamp.c')
-rw-r--r-- | arch/blackfin/mach-bf537/boards/stamp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c index 00a51ce0f0c2..6c916a67ef68 100644 --- a/arch/blackfin/mach-bf537/boards/stamp.c +++ b/arch/blackfin/mach-bf537/boards/stamp.c @@ -2365,7 +2365,7 @@ static struct platform_device bfin_sport1_uart_device = { #define PATA_INT IRQ_PF5 static struct pata_platform_info bfin_pata_platform_data = { .ioport_shift = 1, - .irq_flags = IRQF_TRIGGER_HIGH | IRQF_DISABLED, + .irq_flags = IRQF_TRIGGER_HIGH, }; static struct resource bfin_pata_resources[] = { |