scsi: lpfc: Add shutdown method for kexec
[pandora-kernel.git] / drivers / scsi / lpfc / lpfc_init.c
index 12ee398..1421ca3 100644 (file)
@@ -10002,6 +10002,7 @@ static struct pci_driver lpfc_driver = {
        .id_table       = lpfc_id_table,
        .probe          = lpfc_pci_probe_one,
        .remove         = __devexit_p(lpfc_pci_remove_one),
+       .shutdown       = lpfc_pci_remove_one,
        .suspend        = lpfc_pci_suspend_one,
        .resume         = lpfc_pci_resume_one,
        .err_handler    = &lpfc_err_handler,