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

From: Greg KH (greg@kroah.com)
Date: Sat Jun 07 2003 - 11:07:43 EST


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/



This archive was generated by hypermail 2b29 : Sat Jun 07 2003 - 22:00:33 EST