Commit e82b34ee authored by Timothy Pearson's avatar Timothy Pearson Committed by Madhavan Srinivasan
Browse files

powerpc/eeh: Export eeh_unfreeze_pe()



The PowerNV hotplug driver needs to be able to clear any frozen PE(s)
on the PHB after suprise removal of a downstream device.

Export the eeh_unfreeze_pe() symbol to allow implementation of this
functionality in the php_nv module.

Signed-off-by: default avatarTimothy Pearson <tpearson@raptorengineering.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
Signed-off-by: default avatarMadhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/1778535414.1359858.1752615454618.JavaMail.zimbra@raptorengineeringinc.com
parent 80f9fc23
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1139,6 +1139,7 @@ int eeh_unfreeze_pe(struct eeh_pe *pe)

	return ret;
}
EXPORT_SYMBOL_GPL(eeh_unfreeze_pe);


static struct pci_device_id eeh_reset_ids[] = {