提交 73797e31 编写于 作者: J James.Smart@Emulex.Com 提交者: James Bottomley

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

Signed-off-by: NJames Smart <James.Smart@emulex.com>
Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
上级 0bd4ca25
...@@ -1706,6 +1706,7 @@ MODULE_DEVICE_TABLE(pci, lpfc_id_table); ...@@ -1706,6 +1706,7 @@ MODULE_DEVICE_TABLE(pci, lpfc_id_table);
static struct pci_driver lpfc_driver = { static struct pci_driver lpfc_driver = {
.name = LPFC_DRIVER_NAME, .name = LPFC_DRIVER_NAME,
.owner = THIS_MODULE,
.id_table = lpfc_id_table, .id_table = lpfc_id_table,
.probe = lpfc_pci_probe_one, .probe = lpfc_pci_probe_one,
.remove = __devexit_p(lpfc_pci_remove_one), .remove = __devexit_p(lpfc_pci_remove_one),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册