diff options
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c index 27390aa0858b..4e04470321a2 100644 --- a/drivers/scsi/lpfc/lpfc_init.c +++ b/drivers/scsi/lpfc/lpfc_init.c | |||
@@ -1706,6 +1706,7 @@ MODULE_DEVICE_TABLE(pci, lpfc_id_table); | |||
1706 | 1706 | ||
1707 | static struct pci_driver lpfc_driver = { | 1707 | static struct pci_driver lpfc_driver = { |
1708 | .name = LPFC_DRIVER_NAME, | 1708 | .name = LPFC_DRIVER_NAME, |
1709 | .owner = THIS_MODULE, | ||
1709 | .id_table = lpfc_id_table, | 1710 | .id_table = lpfc_id_table, |
1710 | .probe = lpfc_pci_probe_one, | 1711 | .probe = lpfc_pci_probe_one, |
1711 | .remove = __devexit_p(lpfc_pci_remove_one), | 1712 | .remove = __devexit_p(lpfc_pci_remove_one), |