projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bd4ca2
)
[SCSI] lpfc 8.1.0 : Add owner field to struct pci_driver
author
James.Smart@Emulex.Com
<James.Smart@Emulex.Com>
Sat, 29 Oct 2005 00:30:05 +0000
(20:30 -0400)
committer
James Bottomley
<jejb@mulgrave.(none)>
Sat, 29 Oct 2005 15:32:49 +0000
(10:32 -0500)
Signed-off-by: James Smart <James.Smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/lpfc/lpfc_init.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/lpfc/lpfc_init.c
b/drivers/scsi/lpfc/lpfc_init.c
index 27390aa0858bcc5633d008da92e240d22d5dd463..4e04470321a27352391d78708d21133be8d48515 100644
(file)
--- 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),