summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc
diff options
context:
space:
mode:
authorJames.Smart@Emulex.Com <James.Smart@Emulex.Com>2005-10-28 20:30:05 -0400
committerJames Bottomley <jejb@mulgrave.(none)>2005-10-29 10:32:49 -0500
commit73797e31b5b07c8a53afd19d8a382625bcd32005 (patch)
treede6621068cf27582ea5dbe93bf9fccbfae8df4c5 /drivers/scsi/lpfc
parent0bd4ca25ad2ace4aa717c83dbd4ed21c53c953cb (diff)
downloadlinux-3.10-73797e31b5b07c8a53afd19d8a382625bcd32005.tar.gz
linux-3.10-73797e31b5b07c8a53afd19d8a382625bcd32005.tar.bz2
linux-3.10-73797e31b5b07c8a53afd19d8a382625bcd32005.zip
[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>
Diffstat (limited to 'drivers/scsi/lpfc')
-rw-r--r--drivers/scsi/lpfc/lpfc_init.c1
1 files changed, 1 insertions, 0 deletions
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),