diff --git a/arch/s390/pci/pci.c b/arch/s390/pci/pci.c index 7b5017221408..c8c3bf855793 100644 --- a/arch/s390/pci/pci.c +++ b/arch/s390/pci/pci.c @@ -950,12 +950,6 @@ void zpci_release_device(struct kref *kref) WARN_ON(zdev->state != ZPCI_FN_STATE_RESERVED); - if (zdev->zbus->bus) - zpci_bus_remove_device(zdev, false); - - if (zdev_enabled(zdev)) - zpci_disable_device(zdev); - if (zdev->has_hp_slot) zpci_exit_slot(zdev);