summaryrefslogtreecommitdiffstats
path: root/target/linux/orion
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-08-17 11:26:14 +0000
committerJohn Crispin <john@openwrt.org>2015-08-17 11:26:14 +0000
commit8411858194dbc037d1747359f6fd8bc78258e666 (patch)
tree6670eabf34831326bb431b88f665e7ed49329731 /target/linux/orion
parent6d461ddbb2289ae628f2c7b1c1d2fcdf615e24fa (diff)
downloadmaster-31e0f0ae-8411858194dbc037d1747359f6fd8bc78258e666.tar.gz
master-31e0f0ae-8411858194dbc037d1747359f6fd8bc78258e666.tar.bz2
master-31e0f0ae-8411858194dbc037d1747359f6fd8bc78258e666.zip
orion: remove IRQF_DISABLED
no-op since 2.6.35 removed in Kernel 4.1 see https://lwn.net/Articles/380931/ Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 46672
Diffstat (limited to 'target/linux/orion')
-rw-r--r--target/linux/orion/files/arch/arm/mach-orion5x/dt2-setup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/orion/files/arch/arm/mach-orion5x/dt2-setup.c b/target/linux/orion/files/arch/arm/mach-orion5x/dt2-setup.c
index b341ed66e9..658ea92acd 100644
--- a/target/linux/orion/files/arch/arm/mach-orion5x/dt2-setup.c
+++ b/target/linux/orion/files/arch/arm/mach-orion5x/dt2-setup.c
@@ -335,7 +335,7 @@ static void __init dt2_init(void)
platform_device_register(&dt2_leds);
if (request_irq(gpio_to_irq(DT2_PIN_GPIO_RESET), &dt2_reset_handler,
- IRQF_DISABLED | IRQF_TRIGGER_LOW,
+ IRQF_TRIGGER_LOW,
"DT2: Reset button", NULL) < 0) {
printk("DT2: Reset Button IRQ %d not available\n",
@@ -343,7 +343,7 @@ static void __init dt2_init(void)
}
if (request_irq(gpio_to_irq(DT2_PIN_GPIO_POWER), &dt2_power_handler,
- IRQF_DISABLED | IRQF_TRIGGER_LOW,
+ IRQF_TRIGGER_LOW,
"DT2: Power button", NULL) < 0) {
printk(KERN_DEBUG "DT2: Power Button IRQ %d not available\n",