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

Commit 6979b9cf authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by David S. Miller
Browse files

net: Drop owner assignment from platform_driver



platform_driver does not need to set an owner because
platform_driver_register() will set it.

Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 239aa55b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -965,7 +965,6 @@ static struct platform_driver hip04_mac_driver = {
	.remove	= hip04_remove,
	.driver	= {
		.name		= DRV_NAME,
		.owner		= THIS_MODULE,
		.of_match_table	= hip04_mac_match,
	},
};
+0 −1
Original line number Diff line number Diff line
@@ -174,7 +174,6 @@ static struct platform_driver hip04_mdio_driver = {
	.remove = hip04_mdio_remove,
	.driver = {
		.name = "hip04-mdio",
		.owner = THIS_MODULE,
		.of_match_table = hip04_mdio_match,
	},
};
+0 −1
Original line number Diff line number Diff line
@@ -2142,7 +2142,6 @@ MODULE_DEVICE_TABLE(of, of_match);
static struct platform_driver netcp_driver = {
	.driver = {
		.name		= "netcp-1.0",
		.owner		= THIS_MODULE,
		.of_match_table	= of_match,
	},
	.probe = netcp_probe,