s390: block: drop owner assignment from platform_drivers
authorWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:31 +0000 (16:21 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:31 +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/s390/block/dcssblk.c
drivers/s390/block/xpram.c

index 0f47175..b550c8c 100644 (file)
@@ -1003,7 +1003,6 @@ static const struct dev_pm_ops dcssblk_pm_ops = {
 static struct platform_driver dcssblk_pdrv = {
        .driver = {
                .name   = "dcssblk",
-               .owner  = THIS_MODULE,
                .pm     = &dcssblk_pm_ops,
        },
 };
index 9e0de9c..7d4e939 100644 (file)
@@ -417,7 +417,6 @@ static const struct dev_pm_ops xpram_pm_ops = {
 static struct platform_driver xpram_pdrv = {
        .driver = {
                .name   = XPRAM_NAME,
-               .owner  = THIS_MODULE,
                .pm     = &xpram_pm_ops,
        },
 };