diff options
-rw-r--r-- | drivers/pcmcia/at91_cf.c | 1 | ||||
-rw-r--r-- | drivers/pcmcia/bfin_cf_pcmcia.c | 1 | ||||
-rw-r--r-- | drivers/pcmcia/db1xxx_ss.c | 1 | ||||
-rw-r--r-- | drivers/pcmcia/electra_cf.c | 1 | ||||
-rw-r--r-- | drivers/pcmcia/i82365.c | 1 | ||||
-rw-r--r-- | drivers/pcmcia/m32r_cfc.c | 1 | ||||
-rw-r--r-- | drivers/pcmcia/m32r_pcc.c | 1 | ||||
-rw-r--r-- | drivers/pcmcia/omap_cf.c | 1 | ||||
-rw-r--r-- | drivers/pcmcia/pxa2xx_base.c | 1 | ||||
-rw-r--r-- | drivers/pcmcia/pxa2xx_viper.c | 1 | ||||
-rw-r--r-- | drivers/pcmcia/sa1100_generic.c | 1 | ||||
-rw-r--r-- | drivers/pcmcia/tcic.c | 1 | ||||
-rw-r--r-- | drivers/pcmcia/vrc4171_card.c | 1 | ||||
-rw-r--r-- | drivers/pcmcia/xxs1500_ss.c | 1 |
14 files changed, 0 insertions, 14 deletions
diff --git a/drivers/pcmcia/at91_cf.c b/drivers/pcmcia/at91_cf.c index de24232c5191..bfb799c7b343 100644 --- a/drivers/pcmcia/at91_cf.c +++ b/drivers/pcmcia/at91_cf.c | |||
@@ -401,7 +401,6 @@ static int at91_cf_resume(struct platform_device *pdev) | |||
401 | static struct platform_driver at91_cf_driver = { | 401 | static struct platform_driver at91_cf_driver = { |
402 | .driver = { | 402 | .driver = { |
403 | .name = "at91_cf", | 403 | .name = "at91_cf", |
404 | .owner = THIS_MODULE, | ||
405 | .of_match_table = of_match_ptr(at91_cf_dt_ids), | 404 | .of_match_table = of_match_ptr(at91_cf_dt_ids), |
406 | }, | 405 | }, |
407 | .probe = at91_cf_probe, | 406 | .probe = at91_cf_probe, |
diff --git a/drivers/pcmcia/bfin_cf_pcmcia.c b/drivers/pcmcia/bfin_cf_pcmcia.c index 971991bab975..bba1dcbb8075 100644 --- a/drivers/pcmcia/bfin_cf_pcmcia.c +++ b/drivers/pcmcia/bfin_cf_pcmcia.c | |||
@@ -304,7 +304,6 @@ static int bfin_cf_remove(struct platform_device *pdev) | |||
304 | static struct platform_driver bfin_cf_driver = { | 304 | static struct platform_driver bfin_cf_driver = { |
305 | .driver = { | 305 | .driver = { |
306 | .name = driver_name, | 306 | .name = driver_name, |
307 | .owner = THIS_MODULE, | ||
308 | }, | 307 | }, |
309 | .probe = bfin_cf_probe, | 308 | .probe = bfin_cf_probe, |
310 | .remove = bfin_cf_remove, | 309 | .remove = bfin_cf_remove, |
diff --git a/drivers/pcmcia/db1xxx_ss.c b/drivers/pcmcia/db1xxx_ss.c index a31e69ea99f3..4c2fa05b4589 100644 --- a/drivers/pcmcia/db1xxx_ss.c +++ b/drivers/pcmcia/db1xxx_ss.c | |||
@@ -574,7 +574,6 @@ static int db1x_pcmcia_socket_remove(struct platform_device *pdev) | |||
574 | static struct platform_driver db1x_pcmcia_socket_driver = { | 574 | static struct platform_driver db1x_pcmcia_socket_driver = { |
575 | .driver = { | 575 | .driver = { |
576 | .name = "db1xxx_pcmcia", | 576 | .name = "db1xxx_pcmcia", |
577 | .owner = THIS_MODULE, | ||
578 | }, | 577 | }, |
579 | .probe = db1x_pcmcia_socket_probe, | 578 | .probe = db1x_pcmcia_socket_probe, |
580 | .remove = db1x_pcmcia_socket_remove, | 579 | .remove = db1x_pcmcia_socket_remove, |
diff --git a/drivers/pcmcia/electra_cf.c b/drivers/pcmcia/electra_cf.c index 5ea64d0f61ab..7f9950d324df 100644 --- a/drivers/pcmcia/electra_cf.c +++ b/drivers/pcmcia/electra_cf.c | |||
@@ -360,7 +360,6 @@ MODULE_DEVICE_TABLE(of, electra_cf_match); | |||
360 | static struct platform_driver electra_cf_driver = { | 360 | static struct platform_driver electra_cf_driver = { |
361 | .driver = { | 361 | .driver = { |
362 | .name = driver_name, | 362 | .name = driver_name, |
363 | .owner = THIS_MODULE, | ||
364 | .of_match_table = electra_cf_match, | 363 | .of_match_table = electra_cf_match, |
365 | }, | 364 | }, |
366 | .probe = electra_cf_probe, | 365 | .probe = electra_cf_probe, |
diff --git a/drivers/pcmcia/i82365.c b/drivers/pcmcia/i82365.c index e6f3d17dd2b4..a2c138719bac 100644 --- a/drivers/pcmcia/i82365.c +++ b/drivers/pcmcia/i82365.c | |||
@@ -1233,7 +1233,6 @@ static struct pccard_operations pcic_operations = { | |||
1233 | static struct platform_driver i82365_driver = { | 1233 | static struct platform_driver i82365_driver = { |
1234 | .driver = { | 1234 | .driver = { |
1235 | .name = "i82365", | 1235 | .name = "i82365", |
1236 | .owner = THIS_MODULE, | ||
1237 | }, | 1236 | }, |
1238 | }; | 1237 | }; |
1239 | 1238 | ||
diff --git a/drivers/pcmcia/m32r_cfc.c b/drivers/pcmcia/m32r_cfc.c index a26f38c6402a..0075bd7162ed 100644 --- a/drivers/pcmcia/m32r_cfc.c +++ b/drivers/pcmcia/m32r_cfc.c | |||
@@ -687,7 +687,6 @@ static struct pccard_operations pcc_operations = { | |||
687 | static struct platform_driver pcc_driver = { | 687 | static struct platform_driver pcc_driver = { |
688 | .driver = { | 688 | .driver = { |
689 | .name = "cfc", | 689 | .name = "cfc", |
690 | .owner = THIS_MODULE, | ||
691 | }, | 690 | }, |
692 | }; | 691 | }; |
693 | 692 | ||
diff --git a/drivers/pcmcia/m32r_pcc.c b/drivers/pcmcia/m32r_pcc.c index 296514155cd5..a77e571b08b8 100644 --- a/drivers/pcmcia/m32r_pcc.c +++ b/drivers/pcmcia/m32r_pcc.c | |||
@@ -664,7 +664,6 @@ static struct pccard_operations pcc_operations = { | |||
664 | static struct platform_driver pcc_driver = { | 664 | static struct platform_driver pcc_driver = { |
665 | .driver = { | 665 | .driver = { |
666 | .name = "pcc", | 666 | .name = "pcc", |
667 | .owner = THIS_MODULE, | ||
668 | }, | 667 | }, |
669 | }; | 668 | }; |
670 | 669 | ||
diff --git a/drivers/pcmcia/omap_cf.c b/drivers/pcmcia/omap_cf.c index 25c4b1993b3d..8170102d1e93 100644 --- a/drivers/pcmcia/omap_cf.c +++ b/drivers/pcmcia/omap_cf.c | |||
@@ -334,7 +334,6 @@ static int __exit omap_cf_remove(struct platform_device *pdev) | |||
334 | static struct platform_driver omap_cf_driver = { | 334 | static struct platform_driver omap_cf_driver = { |
335 | .driver = { | 335 | .driver = { |
336 | .name = (char *) driver_name, | 336 | .name = (char *) driver_name, |
337 | .owner = THIS_MODULE, | ||
338 | }, | 337 | }, |
339 | .remove = __exit_p(omap_cf_remove), | 338 | .remove = __exit_p(omap_cf_remove), |
340 | }; | 339 | }; |
diff --git a/drivers/pcmcia/pxa2xx_base.c b/drivers/pcmcia/pxa2xx_base.c index cfec9dd18ff5..984a8ff559d8 100644 --- a/drivers/pcmcia/pxa2xx_base.c +++ b/drivers/pcmcia/pxa2xx_base.c | |||
@@ -368,7 +368,6 @@ static struct platform_driver pxa2xx_pcmcia_driver = { | |||
368 | .remove = pxa2xx_drv_pcmcia_remove, | 368 | .remove = pxa2xx_drv_pcmcia_remove, |
369 | .driver = { | 369 | .driver = { |
370 | .name = "pxa2xx-pcmcia", | 370 | .name = "pxa2xx-pcmcia", |
371 | .owner = THIS_MODULE, | ||
372 | .pm = &pxa2xx_drv_pcmcia_pm_ops, | 371 | .pm = &pxa2xx_drv_pcmcia_pm_ops, |
373 | }, | 372 | }, |
374 | }; | 373 | }; |
diff --git a/drivers/pcmcia/pxa2xx_viper.c b/drivers/pcmcia/pxa2xx_viper.c index a76f495953ab..7ac6647d286e 100644 --- a/drivers/pcmcia/pxa2xx_viper.c +++ b/drivers/pcmcia/pxa2xx_viper.c | |||
@@ -172,7 +172,6 @@ static struct platform_driver viper_pcmcia_driver = { | |||
172 | .remove = viper_pcmcia_remove, | 172 | .remove = viper_pcmcia_remove, |
173 | .driver = { | 173 | .driver = { |
174 | .name = "arcom-pcmcia", | 174 | .name = "arcom-pcmcia", |
175 | .owner = THIS_MODULE, | ||
176 | }, | 175 | }, |
177 | .id_table = viper_pcmcia_id_table, | 176 | .id_table = viper_pcmcia_id_table, |
178 | }; | 177 | }; |
diff --git a/drivers/pcmcia/sa1100_generic.c b/drivers/pcmcia/sa1100_generic.c index ff8a027a4afb..42861cc70158 100644 --- a/drivers/pcmcia/sa1100_generic.c +++ b/drivers/pcmcia/sa1100_generic.c | |||
@@ -100,7 +100,6 @@ static int sa11x0_drv_pcmcia_remove(struct platform_device *dev) | |||
100 | static struct platform_driver sa11x0_pcmcia_driver = { | 100 | static struct platform_driver sa11x0_pcmcia_driver = { |
101 | .driver = { | 101 | .driver = { |
102 | .name = "sa11x0-pcmcia", | 102 | .name = "sa11x0-pcmcia", |
103 | .owner = THIS_MODULE, | ||
104 | }, | 103 | }, |
105 | .probe = sa11x0_drv_pcmcia_probe, | 104 | .probe = sa11x0_drv_pcmcia_probe, |
106 | .remove = sa11x0_drv_pcmcia_remove, | 105 | .remove = sa11x0_drv_pcmcia_remove, |
diff --git a/drivers/pcmcia/tcic.c b/drivers/pcmcia/tcic.c index cbe15fc37411..1ee63e5f0550 100644 --- a/drivers/pcmcia/tcic.c +++ b/drivers/pcmcia/tcic.c | |||
@@ -349,7 +349,6 @@ static int __init get_tcic_id(void) | |||
349 | static struct platform_driver tcic_driver = { | 349 | static struct platform_driver tcic_driver = { |
350 | .driver = { | 350 | .driver = { |
351 | .name = "tcic-pcmcia", | 351 | .name = "tcic-pcmcia", |
352 | .owner = THIS_MODULE, | ||
353 | }, | 352 | }, |
354 | }; | 353 | }; |
355 | 354 | ||
diff --git a/drivers/pcmcia/vrc4171_card.c b/drivers/pcmcia/vrc4171_card.c index d98a08612492..21973d55a055 100644 --- a/drivers/pcmcia/vrc4171_card.c +++ b/drivers/pcmcia/vrc4171_card.c | |||
@@ -709,7 +709,6 @@ __setup("vrc4171_card=", vrc4171_card_setup); | |||
709 | static struct platform_driver vrc4171_card_driver = { | 709 | static struct platform_driver vrc4171_card_driver = { |
710 | .driver = { | 710 | .driver = { |
711 | .name = vrc4171_card_name, | 711 | .name = vrc4171_card_name, |
712 | .owner = THIS_MODULE, | ||
713 | }, | 712 | }, |
714 | }; | 713 | }; |
715 | 714 | ||
diff --git a/drivers/pcmcia/xxs1500_ss.c b/drivers/pcmcia/xxs1500_ss.c index 95f5b270ad44..4c04360f378b 100644 --- a/drivers/pcmcia/xxs1500_ss.c +++ b/drivers/pcmcia/xxs1500_ss.c | |||
@@ -314,7 +314,6 @@ static int xxs1500_pcmcia_remove(struct platform_device *pdev) | |||
314 | static struct platform_driver xxs1500_pcmcia_socket_driver = { | 314 | static struct platform_driver xxs1500_pcmcia_socket_driver = { |
315 | .driver = { | 315 | .driver = { |
316 | .name = "xxs1500_pcmcia", | 316 | .name = "xxs1500_pcmcia", |
317 | .owner = THIS_MODULE, | ||
318 | }, | 317 | }, |
319 | .probe = xxs1500_pcmcia_probe, | 318 | .probe = xxs1500_pcmcia_probe, |
320 | .remove = xxs1500_pcmcia_remove, | 319 | .remove = xxs1500_pcmcia_remove, |