Skip to content

Commit e82b34e

Browse files
madscientist159maddy-kerneldev
authored andcommitted
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: Timothy Pearson <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Signed-off-by: Madhavan Srinivasan <[email protected]> Link: https://patch.msgid.link/1778535414.1359858.1752615454618.JavaMail.zimbra@raptorengineeringinc.com
1 parent 80f9fc2 commit e82b34e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/powerpc/kernel/eeh.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,6 +1139,7 @@ int eeh_unfreeze_pe(struct eeh_pe *pe)
11391139

11401140
return ret;
11411141
}
1142+
EXPORT_SYMBOL_GPL(eeh_unfreeze_pe);
11421143

11431144

11441145
static struct pci_device_id eeh_reset_ids[] = {

0 commit comments

Comments
 (0)