From: Liu Chuansheng Date: Mon, 7 Oct 2013 21:29:27 +0000 (-0600) Subject: PCI/PM: Remove pci_pm_complete() X-Git-Tag: v3.13-rc1~95^2~3^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84822b158fd3fc7d9f9c67f1b26a1e007880e13c;p=pandora-kernel.git PCI/PM: Remove pci_pm_complete() 88d26136 ("PM: Prevent runtime suspend during system resume") removed the pm_runtime_put_sync() from pci_pm_complete() to PM core code device_complete(). Here the pci_pm_complete() is doing the same work which can be done in device_complete(), so we can remove it directly. Signed-off-by: Liu Chuansheng Signed-off-by: Bjorn Helgaas Acked-by: Rafael J. Wysocki --- Reading git-diff-tree failed