提交 d476306f 编写于 作者: R Roland Dreier

[IB] mthca: Add struct pci_driver.owner field

Set mthca_driver.owner to THIS_MODULE.
Signed-off-by: NRoland Dreier <rolandd@cisco.com>
上级 c6f5cb7b
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册