]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
cxl: Add shutdown hook
authorMichael Neuling <mikey@neuling.org>
Wed, 27 May 2015 06:07:02 +0000 (16:07 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 3 Jun 2015 03:27:16 +0000 (13:27 +1000)
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>
drivers/misc/cxl/pci.c

index c3671b3c4dcde58a859f1b6931f4047fc6978277..d966859c73a8fd4ec575461a3eccd84a3329ff84 100644 (file)
@@ -1170,4 +1170,5 @@ struct pci_driver cxl_pci_driver = {
        .id_table = cxl_pci_tbl,
        .probe = cxl_probe,
        .remove = cxl_remove,
+       .shutdown = cxl_remove,
 };