浏览代码

phy: Drop owner assignment from i2c_driver

i2c_driver does not need to set an owner because i2c_register_driver()
will set it.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Krzysztof Kozlowski 10 年之前
父节点
当前提交
511fdecc9b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/phy/phy-armada375-usb2.c

+ 0 - 1
drivers/phy/phy-armada375-usb2.c

@@ -149,7 +149,6 @@ static struct platform_driver armada375_usb_phy_driver = {
 	.driver = {
 		.of_match_table	= of_usb_cluster_table,
 		.name  = "armada-375-usb-cluster",
-		.owner = THIS_MODULE,
 	}
 };
 module_platform_driver(armada375_usb_phy_driver);