net: ethernet: aeroflex: drop owner assignment from platform_drivers
authorWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:03 +0000 (16:21 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:03 +0000 (16:21 +0200)
A platform_driver does not need to set an owner, it will be populated by the
driver core.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/net/ethernet/aeroflex/greth.c

index 3005155e412b2e0e1ab1d2c969e4895a2723644c..2b8bfeeee9cf07e3e995003dea1cd195f0257d3f 100644 (file)
@@ -1603,7 +1603,6 @@ MODULE_DEVICE_TABLE(of, greth_of_match);
 static struct platform_driver greth_of_driver = {
        .driver = {
                .name = "grlib-greth",
-               .owner = THIS_MODULE,
                .of_match_table = greth_of_match,
        },
        .probe = greth_of_probe,
This page took 0.032978 seconds and 5 git commands to generate.