Retire PciHotplugDeviceGuid.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8482 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -378,12 +378,6 @@ RegisterPciDevice (
|
||||
return Status;
|
||||
}
|
||||
|
||||
//
|
||||
// Install Pccard Hotplug GUID for Pccard device so that
|
||||
// to notify CardBus driver to stop the device when de-register happens
|
||||
//
|
||||
InstallPciHotplugGuid (PciIoDevice);
|
||||
|
||||
if (Handle != NULL) {
|
||||
*Handle = PciIoDevice->Handle;
|
||||
}
|
||||
@@ -505,10 +499,6 @@ DeRegisterPciDevice (
|
||||
CurrentLink = CurrentLink->ForwardLink;
|
||||
}
|
||||
}
|
||||
//
|
||||
// Uninstall Pccard Hotplug GUID for Pccard device
|
||||
//
|
||||
UninstallPciHotplugGuid (PciIoDevice);
|
||||
|
||||
//
|
||||
// Close the child handle
|
||||
|
Reference in New Issue
Block a user