From: Benjamin Herrenschmidt Date: Thu, 20 Dec 2007 04:28:09 +0000 (+1100) Subject: PCI: Remove users of pci_enable_device_bars() X-Git-Tag: v2.6.25-rc1~1074^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0948391641918b95d8d96c15089eb5ac156850b3;p=pandora-kernel.git PCI: Remove users of pci_enable_device_bars() This patch converts users of pci_enable_device_bars() to the new pci_enable_device_{io,mem} interface. The new API fits nicely, except maybe for the QLA case where a bit of code re-organization might be a good idea but I prefer sticking to the simple patch as I don't have hardware to test on. I'll also need some feedback on the cs5520 change. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed