cxl: Add shutdown hook
Signed-off-by: Michael Neuling <mikey@neuling.org> Acked-by: Ian Munsie <imunsie@au1.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
aee85fb6ba
commit
aa70775e9a
|
@ -1170,4 +1170,5 @@ struct pci_driver cxl_pci_driver = {
|
|||
.id_table = cxl_pci_tbl,
|
||||
.probe = cxl_probe,
|
||||
.remove = cxl_remove,
|
||||
.shutdown = cxl_remove,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue