another #ifdef around pci_set_mwi call
authorClaudio Mignanti <c.mignanti@gmail.com>
Sun, 20 Jun 2010 14:04:45 +0000 (14:04 +0000)
committerClaudio Mignanti <c.mignanti@gmail.com>
Sun, 20 Jun 2010 14:04:45 +0000 (14:04 +0000)
SVN-Revision: 21854

target/linux/generic-2.6/files/crypto/ocf/hifn/hifnHIPP.c

index a11b2368e7207f7c29eb0d547eca3ece645b25eb..802708d72c534c9af5f145e8e2042b8a189f364e 100644 (file)
@@ -208,8 +208,10 @@ hipp_probe(struct pci_dev *dev, const struct pci_device_id *ent)
        if (pci_enable_device(dev) < 0)
                return(-ENODEV);
 
+#ifdef CONFIG_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!");