diff options
author | Michael Neuling <mikey@neuling.org> | 2015-05-27 16:07:02 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-06-03 13:27:16 +1000 |
commit | aa70775e9ae1f7406fcfb877e6dbb9c13aa34840 (patch) | |
tree | 085c4eba49d30e8bba480c24c73f785898ff9499 /drivers/misc/cxl/pci.c | |
parent | aee85fb6ba766dc813ec0211a7340334b27b8f47 (diff) | |
download | linux-aa70775e9ae1f7406fcfb877e6dbb9c13aa34840.tar.bz2 |
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>
Diffstat (limited to 'drivers/misc/cxl/pci.c')
-rw-r--r-- | drivers/misc/cxl/pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/cxl/pci.c b/drivers/misc/cxl/pci.c index c3671b3c4dcd..d966859c73a8 100644 --- a/drivers/misc/cxl/pci.c +++ b/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, }; |