pcmcia: drop owner assignment from platform_drivers
authorWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:21 +0000 (16:21 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:21 +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>
14 files changed:
drivers/pcmcia/at91_cf.c
drivers/pcmcia/bfin_cf_pcmcia.c
drivers/pcmcia/db1xxx_ss.c
drivers/pcmcia/electra_cf.c
drivers/pcmcia/i82365.c
drivers/pcmcia/m32r_cfc.c
drivers/pcmcia/m32r_pcc.c
drivers/pcmcia/omap_cf.c
drivers/pcmcia/pxa2xx_base.c
drivers/pcmcia/pxa2xx_viper.c
drivers/pcmcia/sa1100_generic.c
drivers/pcmcia/tcic.c
drivers/pcmcia/vrc4171_card.c
drivers/pcmcia/xxs1500_ss.c

index de24232..bfb799c 100644 (file)
@@ -401,7 +401,6 @@ static int at91_cf_resume(struct platform_device *pdev)
 static struct platform_driver at91_cf_driver = {
        .driver = {
                .name           = "at91_cf",
-               .owner          = THIS_MODULE,
                .of_match_table = of_match_ptr(at91_cf_dt_ids),
        },
        .probe          = at91_cf_probe,
index 971991b..bba1dcb 100644 (file)
@@ -304,7 +304,6 @@ static int bfin_cf_remove(struct platform_device *pdev)
 static struct platform_driver bfin_cf_driver = {
        .driver = {
                   .name = driver_name,
-                  .owner = THIS_MODULE,
                   },
        .probe = bfin_cf_probe,
        .remove = bfin_cf_remove,
index a31e69e..4c2fa05 100644 (file)
@@ -574,7 +574,6 @@ static int db1x_pcmcia_socket_remove(struct platform_device *pdev)
 static struct platform_driver db1x_pcmcia_socket_driver = {
        .driver = {
                .name   = "db1xxx_pcmcia",
-               .owner  = THIS_MODULE,
        },
        .probe          = db1x_pcmcia_socket_probe,
        .remove         = db1x_pcmcia_socket_remove,
index 5ea64d0..7f9950d 100644 (file)
@@ -360,7 +360,6 @@ MODULE_DEVICE_TABLE(of, electra_cf_match);
 static struct platform_driver electra_cf_driver = {
        .driver = {
                .name = driver_name,
-               .owner = THIS_MODULE,
                .of_match_table = electra_cf_match,
        },
        .probe    = electra_cf_probe,
index e6f3d17..a2c1387 100644 (file)
@@ -1233,7 +1233,6 @@ static struct pccard_operations pcic_operations = {
 static struct platform_driver i82365_driver = {
        .driver = {
                .name = "i82365",
-               .owner          = THIS_MODULE,
        },
 };
 
index a26f38c..0075bd7 100644 (file)
@@ -687,7 +687,6 @@ static struct pccard_operations pcc_operations = {
 static struct platform_driver pcc_driver = {
        .driver = {
                .name           = "cfc",
-               .owner          = THIS_MODULE,
        },
 };
 
index 2965141..a77e571 100644 (file)
@@ -664,7 +664,6 @@ static struct pccard_operations pcc_operations = {
 static struct platform_driver pcc_driver = {
        .driver = {
                .name           = "pcc",
-               .owner          = THIS_MODULE,
        },
 };
 
index 25c4b19..8170102 100644 (file)
@@ -334,7 +334,6 @@ static int __exit omap_cf_remove(struct platform_device *pdev)
 static struct platform_driver omap_cf_driver = {
        .driver = {
                .name   = (char *) driver_name,
-               .owner  = THIS_MODULE,
        },
        .remove         = __exit_p(omap_cf_remove),
 };
index cfec9dd..984a8ff 100644 (file)
@@ -368,7 +368,6 @@ static struct platform_driver pxa2xx_pcmcia_driver = {
        .remove         = pxa2xx_drv_pcmcia_remove,
        .driver         = {
                .name   = "pxa2xx-pcmcia",
-               .owner  = THIS_MODULE,
                .pm     = &pxa2xx_drv_pcmcia_pm_ops,
        },
 };
index a76f495..7ac6647 100644 (file)
@@ -172,7 +172,6 @@ static struct platform_driver viper_pcmcia_driver = {
        .remove         = viper_pcmcia_remove,
        .driver         = {
                .name   = "arcom-pcmcia",
-               .owner  = THIS_MODULE,
        },
        .id_table       = viper_pcmcia_id_table,
 };
index ff8a027..42861cc 100644 (file)
@@ -100,7 +100,6 @@ static int sa11x0_drv_pcmcia_remove(struct platform_device *dev)
 static struct platform_driver sa11x0_pcmcia_driver = {
        .driver = {
                .name           = "sa11x0-pcmcia",
-               .owner          = THIS_MODULE,
        },
        .probe          = sa11x0_drv_pcmcia_probe,
        .remove         = sa11x0_drv_pcmcia_remove,
index cbe15fc..1ee63e5 100644 (file)
@@ -349,7 +349,6 @@ static int __init get_tcic_id(void)
 static struct platform_driver tcic_driver = {
        .driver = {
                .name = "tcic-pcmcia",
-               .owner          = THIS_MODULE,
        },
 };
 
index d98a086..21973d5 100644 (file)
@@ -709,7 +709,6 @@ __setup("vrc4171_card=", vrc4171_card_setup);
 static struct platform_driver vrc4171_card_driver = {
        .driver = {
                .name           = vrc4171_card_name,
-               .owner          = THIS_MODULE,
        },
 };
 
index 95f5b27..4c04360 100644 (file)
@@ -314,7 +314,6 @@ static int xxs1500_pcmcia_remove(struct platform_device *pdev)
 static struct platform_driver xxs1500_pcmcia_socket_driver = {
        .driver = {
                .name   = "xxs1500_pcmcia",
-               .owner  = THIS_MODULE,
        },
        .probe          = xxs1500_pcmcia_probe,
        .remove         = xxs1500_pcmcia_remove,