diff --git a/fthd_drv.c b/fthd_drv.c index 3191e28..0947108 100644 --- a/fthd_drv.c +++ b/fthd_drv.c @@ -532,6 +532,7 @@ static struct pci_driver fthd_pci_driver = { .name = KBUILD_MODNAME, .probe = fthd_pci_probe, .remove = fthd_pci_remove, + .shutdown = fthd_pci_remove, .id_table = fthd_pci_id_table, #ifdef CONFIG_PM .suspend = fthd_pci_suspend,