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
commit283021ac15faec84a1764d7883cfb47db7847d0c (patch)
tree650deb33e8131cc58fffb4f50ee3a1727ca4dfc3 /target/linux/generic/files/crypto/ocf/hifn/hifn7751.c
parent5e4100bcf905e6d7888a30f65444ea9f326fea47 (diff)
downloadupstream-283021ac15faec84a1764d7883cfb47db7847d0c.tar.gz
upstream-283021ac15faec84a1764d7883cfb47db7847d0c.tar.bz2
upstream-283021ac15faec84a1764d7883cfb47db7847d0c.zip
ocf: update to version 20120127
SVN-Revision: 32672
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!");