]> git.karo-electronics.de Git - linux-beck.git/commitdiff
video: fbdev: mmp: hw: drop owner assignment from platform_drivers
authorWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:53 +0000 (16:21 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:53 +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/video/fbdev/mmp/hw/mmp_ctrl.c

index 8621a9f2bdcc63b96da033e29e69da099a74c19c..117383634de91ba04b996e2ef377b8e870844ef1 100644 (file)
@@ -572,7 +572,6 @@ failed:
 static struct platform_driver mmphw_driver = {
        .driver         = {
                .name   = "mmp-disp",
-               .owner  = THIS_MODULE,
        },
        .probe          = mmphw_probe,
 };