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: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Krzysztof Kozlowski
2015-07-10 15:29:23 +09:00
committed by David S. Miller
parent 239aa55b94
commit 6979b9cf58
3 changed files with 0 additions and 3 deletions

View File

@@ -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,
},
};