aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/crypto/ocf/ubsec_ssb
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-08-17 11:26:02 +0000
committerJohn Crispin <blogic@openwrt.org>2015-08-17 11:26:02 +0000
commitb84725592a5290a928075a26e474f96ee8687e9a (patch)
treefafd4b232cffdbc6112c331abd719547222a39bb /target/linux/generic/files/crypto/ocf/ubsec_ssb
parent521e96a7cc30b858bfab965cfc809142dde6b303 (diff)
downloadmaster-187ad058-b84725592a5290a928075a26e474f96ee8687e9a.tar.gz
master-187ad058-b84725592a5290a928075a26e474f96ee8687e9a.tar.bz2
master-187ad058-b84725592a5290a928075a26e474f96ee8687e9a.zip
generic: crypto: 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46671 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/files/crypto/ocf/ubsec_ssb')
-rw-r--r--target/linux/generic/files/crypto/ocf/ubsec_ssb/ubsec_ssb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/files/crypto/ocf/ubsec_ssb/ubsec_ssb.c b/target/linux/generic/files/crypto/ocf/ubsec_ssb/ubsec_ssb.c
index 6dc22c7ee5..a81594e593 100644
--- a/target/linux/generic/files/crypto/ocf/ubsec_ssb/ubsec_ssb.c
+++ b/target/linux/generic/files/crypto/ocf/ubsec_ssb/ubsec_ssb.c
@@ -499,7 +499,7 @@ ubsec_ssb_probe(struct ssb_device *sdev,
}
err = request_irq(sdev->irq, (irq_handler_t)ubsec_ssb_isr,
- IRQF_DISABLED | IRQF_SHARED, DRV_MODULE_NAME, sdev);
+ IRQF_SHARED, DRV_MODULE_NAME, sdev);
if (err) {
dev_err(sdev->dev, "Could not request irq\n");
goto err_out_powerdown;