Re: [PATCH] compile fix for MPT Fusion driver for 2.5.70 bk

Greg KH (greg@kroah.com)
Sat, 7 Jun 2003 09:07:43 -0700


On Sat, Jun 07, 2003 at 01:45:44PM +0200, Adrian Bunk wrote:
> - pdev2 = pci_peek_next_dev(pdev);
> + pdev2 = (pdev) != pci_dev_g(&pci_devices) ? pci_dev_g((pdev)->global_list.next) : NULL;

This will not work, as pci_devices is no longer exported in Linus's bk
tree.

As for removing all the old compatibility stuff, that's up to the
maintainer of the driver.

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/