X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFrameworkModulePkg%2FBus%2FPci%2FIdeBusDxe%2Fidebus.c;h=8f555c7cd5326d4b3175081149e5103ea211c1d1;hb=733f03aa9056f4de82621caf06f2c10908e7f662;hp=35d489cb989711ba766fdeb8623502dc06b1749d;hpb=f3d08ccf1aa90ca9185ccd9d2d8a7f35b9472e00;p=mirror_edk2.git diff --git a/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/idebus.c b/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/idebus.c index 35d489cb98..8f555c7cd5 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/idebus.c +++ b/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/idebus.c @@ -1398,14 +1398,13 @@ InitializeIdeBus( // // Install driver model protocol(s). // - Status = EfiLibInstallAllDriverProtocols ( + Status = EfiLibInstallDriverBindingComponentName2 ( ImageHandle, SystemTable, &gIDEBusDriverBinding, ImageHandle, &gIDEBusComponentName, - NULL, - NULL + &gIDEBusComponentName2 ); ASSERT_EFI_ERROR (Status);