aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/crypto/ocf/hifn/hifn7751.c
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2012-07-11 23:38:14 +0000
committerLuka Perkov <luka@openwrt.org>2012-07-11 23:38:14 +0000
commit7bb8a26e0cbb451c7d5bfc9a0aa9f70fcda03b3c (patch)
treef6fa906f2e09844443b41ca345686f6d4047296c /target/linux/generic/files/crypto/ocf/hifn/hifn7751.c
parentafefdb816781d7f0a0963aef426499c3f06b1225 (diff)
downloadmaster-187ad058-7bb8a26e0cbb451c7d5bfc9a0aa9f70fcda03b3c.tar.gz
master-187ad058-7bb8a26e0cbb451c7d5bfc9a0aa9f70fcda03b3c.tar.bz2
master-187ad058-7bb8a26e0cbb451c7d5bfc9a0aa9f70fcda03b3c.zip
ocf: update to version 20120127
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32672 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/files/crypto/ocf/hifn/hifn7751.c')
-rw-r--r--target/linux/generic/files/crypto/ocf/hifn/hifn7751.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/generic/files/crypto/ocf/hifn/hifn7751.c b/target/linux/generic/files/crypto/ocf/hifn/hifn7751.c
index b7df81907c..d554f16f42 100644
--- a/target/linux/generic/files/crypto/ocf/hifn/hifn7751.c
+++ b/target/linux/generic/files/crypto/ocf/hifn/hifn7751.c
@@ -434,10 +434,8 @@ hifn_probe(struct pci_dev *dev, const struct pci_device_id *ent)
if (pci_enable_device(dev) < 0)
return(-ENODEV);
-#ifdef HAVE_PCI_SET_MWI
if (pci_set_mwi(dev))
return(-ENODEV);
-#endif
if (!dev->irq) {
printk("hifn: found device with no IRQ assigned. check BIOS settings!");