Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73797e31 authored by James.Smart@Emulex.Com's avatar James.Smart@Emulex.Com Committed by James Bottomley
Browse files

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

parent 0bd4ca25
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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),