From: James.Smart@Emulex.Com Date: Sat, 29 Oct 2005 00:30:05 +0000 (-0400) Subject: [SCSI] lpfc 8.1.0 : Add owner field to struct pci_driver X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=73797e31b5b07c8a53afd19d8a382625bcd32005;p=linux-beck.git [SCSI] lpfc 8.1.0 : Add owner field to struct pci_driver Signed-off-by: James Smart Signed-off-by: James Bottomley --- 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); 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),