PCI PM: Call pci_fixup_device from legacy routines
authorRafael J. Wysocki <rjw@sisk.pl>
Wed, 7 Jan 2009 12:09:37 +0000 (13:09 +0100)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 7 Jan 2009 19:17:23 +0000 (11:17 -0800)
commitad8cfa1defee14a5181d9b63e666318c51cfaeed
tree645872bccea82e08d34df6d986a3b34eaf62e5b6
parentbb8089454391ac5577215aec1f1991adcd4b4cbf
PCI PM: Call pci_fixup_device from legacy routines

The size of drivers/pci/pci-driver.c can be reduced quite a bit
if pci_fixup_device() is called from the legacy PM callbacks, so make
it happen.

No functional changes should result from this.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/pci-driver.c