ARM: mach-s3c24xx: drop owner assignment from platform_drivers
authorWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:20:06 +0000 (16:20 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:20:06 +0000 (16:20 +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>
arch/arm/mach-s3c24xx/mach-osiris-dvs.c

index 33afb9190091124498620d126f14c97f8a128899..ce2db235dbafbc7743777c0a3e1f6b40b88af01b 100644 (file)
@@ -171,7 +171,6 @@ static struct platform_driver osiris_dvs_driver = {
        .remove         = osiris_dvs_remove,
        .driver         = {
                .name   = "osiris-dvs",
-               .owner  = THIS_MODULE,
                .pm     = &osiris_dvs_pm,
        },
 };