4.4-stable review patch. If anyone has any objections, please let me know.
------------------ From: Greg Kroah-Hartman <gre...@linuxfoundation.org> This reverts commit 4fbe422076d36615ec6fe8648d1aecfa460bc67d which was commit fda78d7a0ead144f4b2cdb582dcba47911f4952c upstream. The dependancy tree is just too messy here, just drop it from this kernel as it's not really needed here. Reported-by: Ben Hutchings <ben.hutchi...@codethink.co.uk> Cc: Prarit Bhargava <pra...@redhat.com> Cc: Bjorn Helgaas <bhelg...@google.com> Cc: Alex Williamson <alex.william...@redhat.com> Cc: David Arcari <darc...@redhat.com> Cc: Myron Stowe <mst...@redhat.com> Cc: Lukas Wunner <lu...@wunner.de> Cc: Keith Busch <keith.bu...@intel.com> Cc: Mika Westerberg <mika.westerb...@linux.intel.com> Cc: Sasha Levin <alexander.le...@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/pci/pci-driver.c | 2 ++ 1 file changed, 2 insertions(+) --- a/drivers/pci/pci-driver.c +++ b/drivers/pci/pci-driver.c @@ -463,6 +463,8 @@ static void pci_device_shutdown(struct d if (drv && drv->shutdown) drv->shutdown(pci_dev); + pci_msi_shutdown(pci_dev); + pci_msix_shutdown(pci_dev); #ifdef CONFIG_KEXEC_CORE /*