Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa70775e authored by Michael Neuling's avatar Michael Neuling Committed by Michael Ellerman
Browse files

cxl: Add shutdown hook

parent aee85fb6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1170,4 +1170,5 @@ struct pci_driver cxl_pci_driver = {
	.id_table = cxl_pci_tbl,
	.probe = cxl_probe,
	.remove = cxl_remove,
	.shutdown = cxl_remove,
};