dect
/
linux-2.6
Archived
13
0
Fork 0

[SCSI] lpfc 8.1.0 : Add owner field to struct pci_driver

Signed-off-by: James Smart <James.Smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
James.Smart@Emulex.Com 2005-10-28 20:30:05 -04:00 committed by James Bottomley
parent 0bd4ca25ad
commit 73797e31b5
1 changed files with 1 additions and 0 deletions

View File

@ -1706,6 +1706,7 @@ MODULE_DEVICE_TABLE(pci, lpfc_id_table);
static struct pci_driver lpfc_driver = {
.name = LPFC_DRIVER_NAME,
.owner = THIS_MODULE,
.id_table = lpfc_id_table,
.probe = lpfc_pci_probe_one,
.remove = __devexit_p(lpfc_pci_remove_one),