From: Michael Neuling Date: Wed, 27 May 2015 06:07:02 +0000 (+1000) Subject: cxl: Add shutdown hook X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=aa70775e9ae1f7406fcfb877e6dbb9c13aa34840;p=linux-beck.git cxl: Add shutdown hook Signed-off-by: Michael Neuling Acked-by: Ian Munsie Signed-off-by: Michael Ellerman --- 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, };