Browse Source

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>
Michael Neuling 10 years ago
parent
commit
aa70775e9a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/misc/cxl/pci.c

+ 1 - 0
drivers/misc/cxl/pci.c

@@ -1170,4 +1170,5 @@ struct pci_driver cxl_pci_driver = {
 	.id_table = cxl_pci_tbl,
 	.probe = cxl_probe,
 	.remove = cxl_remove,
+	.shutdown = cxl_remove,
 };