From ed7936f913456e4c01aed75deba6cfaf830fa8cf Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Mon, 9 Dec 2013 11:22:22 +0100 Subject: ARM: pxa: remove IRQF_DISABLED This flag is a NOOP since 2.6.35 and can be removed. Signed-off-by: Michael Opdenacker Acked-by: Eric Miao Signed-off-by: Haojian Zhuang [olof: Fixed compilation failure for pcm990-baseboard] Signed-off-by: Olof Johansson --- arch/arm/mach-pxa/trizeps4.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'arch/arm/mach-pxa/trizeps4.c') diff --git a/arch/arm/mach-pxa/trizeps4.c b/arch/arm/mach-pxa/trizeps4.c index c58043462acd..872dcb20e757 100644 --- a/arch/arm/mach-pxa/trizeps4.c +++ b/arch/arm/mach-pxa/trizeps4.c @@ -332,8 +332,7 @@ static int trizeps4_mci_init(struct device *dev, irq_handler_t mci_detect_int, int err; err = request_irq(TRIZEPS4_MMC_IRQ, mci_detect_int, - IRQF_DISABLED | IRQF_TRIGGER_RISING, - "MMC card detect", data); + IRQF_TRIGGER_RISING, "MMC card detect", data); if (err) { printk(KERN_ERR "trizeps4_mci_init: MMC/SD: can't request" "MMC card detect IRQ\n"); -- cgit v1.2.3