ata: drop owner assignment from platform_drivers
authorWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:20:17 +0000 (16:20 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:20:17 +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>
27 files changed:
drivers/ata/ahci_da850.c
drivers/ata/ahci_imx.c
drivers/ata/ahci_mvebu.c
drivers/ata/ahci_platform.c
drivers/ata/ahci_st.c
drivers/ata/ahci_sunxi.c
drivers/ata/ahci_xgene.c
drivers/ata/pata_arasan_cf.c
drivers/ata/pata_at32.c
drivers/ata/pata_at91.c
drivers/ata/pata_bf54x.c
drivers/ata/pata_ep93xx.c
drivers/ata/pata_imx.c
drivers/ata/pata_ixp4xx_cf.c
drivers/ata/pata_mpc52xx.c
drivers/ata/pata_octeon_cf.c
drivers/ata/pata_of_platform.c
drivers/ata/pata_palmld.c
drivers/ata/pata_platform.c
drivers/ata/pata_pxa.c
drivers/ata/pata_rb532_cf.c
drivers/ata/pata_samsung_cf.c
drivers/ata/sata_dwc_460ex.c
drivers/ata/sata_fsl.c
drivers/ata/sata_highbank.c
drivers/ata/sata_mv.c
drivers/ata/sata_rcar.c

index ad1e71e..ce8a7a6 100644 (file)
@@ -103,7 +103,6 @@ static struct platform_driver ahci_da850_driver = {
        .remove = ata_platform_remove_one,
        .driver = {
                .name = "ahci_da850",
-               .owner = THIS_MODULE,
                .pm = &ahci_da850_pm_ops,
        },
 };
index f3970b4..35d51c5 100644 (file)
@@ -679,7 +679,6 @@ static struct platform_driver imx_ahci_driver = {
        .remove = ata_platform_remove_one,
        .driver = {
                .name = "ahci-imx",
-               .owner = THIS_MODULE,
                .of_match_table = imx_ahci_of_match,
                .pm = &ahci_imx_pm_ops,
        },
index 68672d2..64bb084 100644 (file)
@@ -115,7 +115,6 @@ static struct platform_driver ahci_mvebu_driver = {
        .remove = ata_platform_remove_one,
        .driver = {
                .name = "ahci-mvebu",
-               .owner = THIS_MODULE,
                .of_match_table = ahci_mvebu_of_match,
        },
 };
index 06f1d59..18d5398 100644 (file)
@@ -76,7 +76,6 @@ static struct platform_driver ahci_driver = {
        .remove = ata_platform_remove_one,
        .driver = {
                .name = "ahci",
-               .owner = THIS_MODULE,
                .of_match_table = ahci_of_match,
                .pm = &ahci_pm_ops,
        },
index 835d6ee..2f9e831 100644 (file)
@@ -230,7 +230,6 @@ MODULE_DEVICE_TABLE(of, st_ahci_match);
 static struct platform_driver st_ahci_driver = {
        .driver = {
                .name = "st_ahci",
-               .owner = THIS_MODULE,
                .pm = &st_ahci_pm_ops,
                .of_match_table = of_match_ptr(st_ahci_match),
        },
index e44d675..afe5581 100644 (file)
@@ -238,7 +238,6 @@ static struct platform_driver ahci_sunxi_driver = {
        .remove = ata_platform_remove_one,
        .driver = {
                .name = "ahci-sunxi",
-               .owner = THIS_MODULE,
                .of_match_table = ahci_sunxi_of_match,
                .pm = &ahci_sunxi_pm_ops,
        },
index 0f8538f..feeb8f1 100644 (file)
@@ -544,7 +544,6 @@ static struct platform_driver xgene_ahci_driver = {
        .remove = ata_platform_remove_one,
        .driver = {
                .name = "xgene-ahci",
-               .owner = THIS_MODULE,
                .of_match_table = xgene_ahci_of_match,
        },
 };
index 38216b9..a9b0c82 100644 (file)
@@ -961,7 +961,6 @@ static struct platform_driver arasan_cf_driver = {
        .remove         = arasan_cf_remove,
        .driver         = {
                .name   = DRIVER_NAME,
-               .owner  = THIS_MODULE,
                .pm     = &arasan_cf_pm_ops,
                .of_match_table = of_match_ptr(arasan_cf_id_table),
        },
index d59d523..9aeb7a6 100644 (file)
@@ -389,7 +389,6 @@ static struct platform_driver pata_at32_driver = {
        .remove        = __exit_p(pata_at32_remove),
        .driver        = {
                .name  = "at32_ide",
-               .owner = THIS_MODULE,
        },
 };
 
index 8a66f23..9e85937 100644 (file)
@@ -444,7 +444,6 @@ static struct platform_driver pata_at91_driver = {
        .remove         = pata_at91_remove,
        .driver         = {
                .name           = DRV_NAME,
-               .owner          = THIS_MODULE,
        },
 };
 
index 03f2f2b..dd74100 100644 (file)
@@ -1657,7 +1657,6 @@ static struct platform_driver bfin_atapi_driver = {
        .resume                 = bfin_atapi_resume,
        .driver = {
                .name           = DRV_NAME,
-               .owner          = THIS_MODULE,
        },
 };
 
index 4d37c54..bd6b089 100644 (file)
@@ -1021,7 +1021,6 @@ static int ep93xx_pata_remove(struct platform_device *pdev)
 static struct platform_driver ep93xx_pata_platform_driver = {
        .driver = {
                .name = DRV_NAME,
-               .owner = THIS_MODULE,
        },
        .probe = ep93xx_pata_probe,
        .remove = ep93xx_pata_remove,
index 989ff5a..139d207 100644 (file)
@@ -240,7 +240,6 @@ static struct platform_driver pata_imx_driver = {
        .driver = {
                .name           = DRV_NAME,
                .of_match_table = imx_pata_dt_ids,
-               .owner          = THIS_MODULE,
                .pm             = &pata_imx_pm_ops,
        },
 };
index ddf470c..abda441 100644 (file)
@@ -193,7 +193,6 @@ static int ixp4xx_pata_probe(struct platform_device *pdev)
 static struct platform_driver ixp4xx_pata_platform_driver = {
        .driver  = {
                .name   = DRV_NAME,
-               .owner  = THIS_MODULE,
        },
        .probe          = ixp4xx_pata_probe,
        .remove         = ata_platform_remove_one,
index ccd1c83..252ba27 100644 (file)
@@ -863,7 +863,6 @@ static struct platform_driver mpc52xx_ata_of_platform_driver = {
 #endif
        .driver         = {
                .name   = DRV_NAME,
-               .owner  = THIS_MODULE,
                .of_match_table = mpc52xx_ata_of_match,
        },
 };
index 2a97d3a..80a8054 100644 (file)
@@ -1059,7 +1059,6 @@ static struct platform_driver octeon_cf_driver = {
        .probe          = octeon_cf_probe,
        .driver         = {
                .name   = DRV_NAME,
-               .owner  = THIS_MODULE,
                .of_match_table = octeon_cf_match,
                .shutdown = octeon_cf_shutdown
        },
index 6496539..dcc408a 100644 (file)
@@ -75,7 +75,6 @@ MODULE_DEVICE_TABLE(of, pata_of_platform_match);
 static struct platform_driver pata_of_platform_driver = {
        .driver = {
                .name = "pata_of_platform",
-               .owner = THIS_MODULE,
                .of_match_table = pata_of_platform_match,
        },
        .probe          = pata_of_platform_probe,
index df2bb75..8c0d7d7 100644 (file)
@@ -124,7 +124,6 @@ static int palmld_pata_remove(struct platform_device *dev)
 static struct platform_driver palmld_pata_platform_driver = {
        .driver  = {
                .name   = DRV_NAME,
-               .owner  = THIS_MODULE,
        },
        .probe          = palmld_pata_probe,
        .remove         = palmld_pata_remove,
index f8cff3e..1eedfe4 100644 (file)
@@ -224,7 +224,6 @@ static struct platform_driver pata_platform_driver = {
        .remove         = ata_platform_remove_one,
        .driver = {
                .name           = DRV_NAME,
-               .owner          = THIS_MODULE,
        },
 };
 
index 73259bf..c36b3e6 100644 (file)
@@ -385,7 +385,6 @@ static struct platform_driver pxa_ata_driver = {
        .remove         = pxa_ata_remove,
        .driver         = {
                .name           = DRV_NAME,
-               .owner          = THIS_MODULE,
        },
 };
 
index 3c5eb8f..6d08446 100644 (file)
@@ -193,7 +193,6 @@ static struct platform_driver rb532_pata_platform_driver = {
        .remove         = rb532_pata_driver_remove,
        .driver  = {
                .name   = DRV_NAME,
-               .owner  = THIS_MODULE,
        },
 };
 
index 1a24a5d..fa44eb2 100644 (file)
@@ -656,7 +656,6 @@ static struct platform_driver pata_s3c_driver = {
        .id_table       = pata_s3c_driver_ids,
        .driver         = {
                .name   = DRV_NAME,
-               .owner  = THIS_MODULE,
 #ifdef CONFIG_PM_SLEEP
                .pm     = &pata_s3c_pm_ops,
 #endif
index 0bb2cab..c7ddef8 100644 (file)
@@ -1807,7 +1807,6 @@ MODULE_DEVICE_TABLE(of, sata_dwc_match);
 static struct platform_driver sata_dwc_driver = {
        .driver = {
                .name = DRV_NAME,
-               .owner = THIS_MODULE,
                .of_match_table = sata_dwc_match,
        },
        .probe = sata_dwc_probe,
index 07bc7e4..4217415 100644 (file)
@@ -1624,7 +1624,6 @@ MODULE_DEVICE_TABLE(of, fsl_sata_match);
 static struct platform_driver fsl_sata_driver = {
        .driver = {
                .name = "fsl-sata",
-               .owner = THIS_MODULE,
                .of_match_table = fsl_sata_match,
        },
        .probe          = sata_fsl_probe,
index ce2b99a..24e311f 100644 (file)
@@ -634,7 +634,6 @@ static struct platform_driver ahci_highbank_driver = {
        .remove = ata_platform_remove_one,
         .driver = {
                 .name = "highbank-ahci",
-                .owner = THIS_MODULE,
                 .of_match_table = ahci_of_match,
                 .pm = &ahci_highbank_pm_ops,
         },
index 391cfda..f9a0e34 100644 (file)
@@ -4280,7 +4280,6 @@ static struct platform_driver mv_platform_driver = {
        .resume         = mv_platform_resume,
        .driver         = {
                .name = DRV_NAME,
-               .owner = THIS_MODULE,
                .of_match_table = of_match_ptr(mv_sata_dt_ids),
        },
 };
index 61eb6d7..ad77252 100644 (file)
@@ -989,7 +989,6 @@ static struct platform_driver sata_rcar_driver = {
        .id_table       = sata_rcar_id_table,
        .driver = {
                .name           = DRV_NAME,
-               .owner          = THIS_MODULE,
                .of_match_table = sata_rcar_match,
 #ifdef CONFIG_PM_SLEEP
                .pm             = &sata_rcar_pm_ops,