]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
net: can: c_can: drop owner assignment from platform_drivers
authorWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:00 +0000 (16:21 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:00 +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/can/c_can/c_can_platform.c

index fb279d6ae484ffe3c66f45ab6a8cbb339ef0808f..d06f45dc0f5901b429ffc079b3cf758d8e635b23 100644 (file)
@@ -392,7 +392,6 @@ static int c_can_resume(struct platform_device *pdev)
 static struct platform_driver c_can_plat_driver = {
        .driver = {
                .name = KBUILD_MODNAME,
-               .owner = THIS_MODULE,
                .of_match_table = c_can_of_table,
        },
        .probe = c_can_plat_probe,