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>
This commit is contained in:
Yong Zhang
2011-09-07 16:10:03 +08:00
committed by Mike Frysinger
parent 23405b024d
commit 7832bb5d45
8 changed files with 8 additions and 11 deletions

View File

@@ -25,7 +25,6 @@
static struct irqaction bfin_timer_irq = {
.name = "Blackfin Timer Tick",
.flags = IRQF_DISABLED
};
#if defined(CONFIG_IPIPE)