net: ethernet: seeq: drop owner assignment from platform_drivers
authorWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:12 +0000 (16:21 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:12 +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/seeq/sgiseeq.c

index 69e4fd21adb4894808d7733eb60645e3b190af54..ca73366057486a4bc753e7fb00740cec5e748221 100644 (file)
@@ -826,7 +826,6 @@ static struct platform_driver sgiseeq_driver = {
        .remove = __exit_p(sgiseeq_remove),
        .driver = {
                .name   = "sgiseeq",
-               .owner  = THIS_MODULE,
        }
 };
 
This page took 0.045161 seconds and 5 git commands to generate.