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

Commit d476306f authored by Roland Dreier's avatar Roland Dreier
Browse files

[IB] mthca: Add struct pci_driver.owner field



Set mthca_driver.owner to THIS_MODULE.

Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent c6f5cb7b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1196,6 +1196,7 @@ MODULE_DEVICE_TABLE(pci, mthca_pci_table);

static struct pci_driver mthca_driver = {
	.name		= DRV_NAME,
	.owner		= THIS_MODULE,
	.id_table	= mthca_pci_table,
	.probe		= mthca_init_one,
	.remove		= __devexit_p(mthca_remove_one)