diff options
author | Luka Perkov <luka@openwrt.org> | 2012-07-11 23:38:14 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2012-07-11 23:38:14 +0000 |
commit | 283021ac15faec84a1764d7883cfb47db7847d0c (patch) | |
tree | 650deb33e8131cc58fffb4f50ee3a1727ca4dfc3 /target/linux/generic/files/crypto/ocf/hifn | |
parent | 5e4100bcf905e6d7888a30f65444ea9f326fea47 (diff) | |
download | upstream-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')
-rw-r--r-- | target/linux/generic/files/crypto/ocf/hifn/hifn7751.c | 2 | ||||
-rw-r--r-- | target/linux/generic/files/crypto/ocf/hifn/hifnHIPP.c | 3 |
2 files changed, 0 insertions, 5 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!"); diff --git a/target/linux/generic/files/crypto/ocf/hifn/hifnHIPP.c b/target/linux/generic/files/crypto/ocf/hifn/hifnHIPP.c index 5bb5602567..4d6950ac36 100644 --- a/target/linux/generic/files/crypto/ocf/hifn/hifnHIPP.c +++ b/target/linux/generic/files/crypto/ocf/hifn/hifnHIPP.c @@ -208,10 +208,8 @@ hipp_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!"); @@ -385,7 +383,6 @@ static struct pci_device_id hipp_pci_tbl[] = { PCI_ANY_ID, PCI_ANY_ID, 0, 0, }, { PCI_VENDOR_HIFN, PCI_PRODUCT_HIFN_8155, PCI_ANY_ID, PCI_ANY_ID, 0, 0, }, - { 0 } }; MODULE_DEVICE_TABLE(pci, hipp_pci_tbl); |