forked from luck/tmp_suning_uos_patched
[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>
This commit is contained in:
parent
0bd4ca25ad
commit
73797e31b5
@ -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),
|
||||||
|
Loading…
Reference in New Issue
Block a user