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-Tag: v2.6.15-rc1~723^2~2^2~3 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=73797e31b5b07c8a53afd19d8a382625bcd32005;p=linux-2.6-omap-h63xx.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 27390aa0858..4e04470321a 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),