PCI/PM: Drop unused runtime PM support code for PCIe ports
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 21 Jul 2014 00:02:23 +0000 (02:02 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 2 Sep 2014 23:12:15 +0000 (17:12 -0600)
Since commit de7d5f729c72 ("PCI/PM: Disable runtime PM of PCIe ports") the
runtime PM support code for PCIe ports in portdrv_pci.c has never been
used, so drop it entirely.

If we are to support runtime PM of PCIe ports, it will have to be done in a
different way most likely anyway.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

No differences found