PCI / PM: Drop unnecessary invocations of pcibios_pm_ops callbacks
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 26 Oct 2017 10:12:16 +0000 (12:12 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 6 Nov 2017 12:57:46 +0000 (13:57 +0100)
commit302666d8a55ce7eb5fb0bd9fbd9437d74e0ce77c
treee5ef29c645f2f178a118669d4a337de792463094
parent0eab11c9ae3b3cc5dd76f20b81d0247647a6e96f
PCI / PM: Drop unnecessary invocations of pcibios_pm_ops callbacks

The only user of non-empty pcibios_pm_ops is s390 and it only uses
"noirq" callbacks, so drop the invocations of the other pcibios_pm_ops
callbacks from the PCI PM code.

That will allow subsequent changes to be somewhat simpler.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/pci/pci-driver.c