summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/mach-mx31_3ds.c
diff options
context:
space:
mode:
authorMichael Opdenacker2013-09-04 07:04:39 +0200
committerShawn Guo2013-10-21 03:11:05 +0200
commit4c1dd3e5edc1619199b4a42618169ac3ac457cb5 (patch)
tree8a9f18cef8de7bed8a22ae0d934f30d586462655 /arch/arm/mach-imx/mach-mx31_3ds.c
parentARM: imx6sl: config iomux-gpr1 to select clock for fec (diff)
downloadkernel-qcow2-linux-4c1dd3e5edc1619199b4a42618169ac3ac457cb5.tar.gz
kernel-qcow2-linux-4c1dd3e5edc1619199b4a42618169ac3ac457cb5.tar.xz
kernel-qcow2-linux-4c1dd3e5edc1619199b4a42618169ac3ac457cb5.zip
ARM: imx: remove IRQF_DISABLED
This flag is a NOOP since 2.6.35 and can be removed. This is an update for 3.11 of a patch already sent for 3.10 Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/mach-mx31_3ds.c')
-rw-r--r--arch/arm/mach-imx/mach-mx31_3ds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-mx31_3ds.c b/arch/arm/mach-imx/mach-mx31_3ds.c
index 1ed916175d41..50044a21b388 100644
--- a/arch/arm/mach-imx/mach-mx31_3ds.c
+++ b/arch/arm/mach-imx/mach-mx31_3ds.c
@@ -311,7 +311,7 @@ static int mx31_3ds_sdhc1_init(struct device *dev,
}
ret = request_irq(gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO3_1)),
- detect_irq, IRQF_DISABLED |
+ detect_irq,
IRQF_TRIGGER_FALLING | IRQF_TRIGGER_RISING,
"sdhc1-detect", data);
if (ret) {