aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/kernel/of_platform.c1
-rw-r--r--arch/powerpc/platforms/52xx/mpc52xx_gpt.c1
-rw-r--r--arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c1
-rw-r--r--arch/powerpc/platforms/82xx/ep8248e.c1
-rw-r--r--arch/powerpc/platforms/83xx/suspend.c1
-rw-r--r--arch/powerpc/platforms/85xx/sgy_cts1000.c1
-rw-r--r--arch/powerpc/platforms/cell/axon_msi.c1
-rw-r--r--arch/powerpc/platforms/pasemi/gpio_mdio.c1
-rw-r--r--arch/powerpc/sysdev/axonram.c1
-rw-r--r--arch/powerpc/sysdev/fsl_85xx_l2ctlr.c1
-rw-r--r--arch/powerpc/sysdev/fsl_msi.c1
-rw-r--r--arch/powerpc/sysdev/fsl_pmc.c1
-rw-r--r--arch/powerpc/sysdev/fsl_rio.c1
-rw-r--r--arch/powerpc/sysdev/mpic_msgr.c1
-rw-r--r--arch/powerpc/sysdev/pmi.c1
-rw-r--r--arch/powerpc/sysdev/ppc4xx_hsta_msi.c1
-rw-r--r--arch/powerpc/sysdev/ppc4xx_msi.c1
-rw-r--r--arch/powerpc/sysdev/qe_lib/qe.c1
18 files changed, 0 insertions, 18 deletions
diff --git a/arch/powerpc/kernel/of_platform.c b/arch/powerpc/kernel/of_platform.c
index f87bc1b4bdda..2f35a72642c6 100644
--- a/arch/powerpc/kernel/of_platform.c
+++ b/arch/powerpc/kernel/of_platform.c
@@ -110,7 +110,6 @@ static struct platform_driver of_pci_phb_driver = {
110 .probe = of_pci_phb_probe, 110 .probe = of_pci_phb_probe,
111 .driver = { 111 .driver = {
112 .name = "of-pci", 112 .name = "of-pci",
113 .owner = THIS_MODULE,
114 .of_match_table = of_pci_phb_ids, 113 .of_match_table = of_pci_phb_ids,
115 }, 114 },
116}; 115};
diff --git a/arch/powerpc/platforms/52xx/mpc52xx_gpt.c b/arch/powerpc/platforms/52xx/mpc52xx_gpt.c
index 692998244d2c..c949ca055712 100644
--- a/arch/powerpc/platforms/52xx/mpc52xx_gpt.c
+++ b/arch/powerpc/platforms/52xx/mpc52xx_gpt.c
@@ -782,7 +782,6 @@ static const struct of_device_id mpc52xx_gpt_match[] = {
782static struct platform_driver mpc52xx_gpt_driver = { 782static struct platform_driver mpc52xx_gpt_driver = {
783 .driver = { 783 .driver = {
784 .name = "mpc52xx-gpt", 784 .name = "mpc52xx-gpt",
785 .owner = THIS_MODULE,
786 .of_match_table = mpc52xx_gpt_match, 785 .of_match_table = mpc52xx_gpt_match,
787 }, 786 },
788 .probe = mpc52xx_gpt_probe, 787 .probe = mpc52xx_gpt_probe,
diff --git a/arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c b/arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c
index f8f0081759fb..251dcb90ef34 100644
--- a/arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c
+++ b/arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c
@@ -572,7 +572,6 @@ static const struct of_device_id mpc52xx_lpbfifo_match[] = {
572static struct platform_driver mpc52xx_lpbfifo_driver = { 572static struct platform_driver mpc52xx_lpbfifo_driver = {
573 .driver = { 573 .driver = {
574 .name = "mpc52xx-lpbfifo", 574 .name = "mpc52xx-lpbfifo",
575 .owner = THIS_MODULE,
576 .of_match_table = mpc52xx_lpbfifo_match, 575 .of_match_table = mpc52xx_lpbfifo_match,
577 }, 576 },
578 .probe = mpc52xx_lpbfifo_probe, 577 .probe = mpc52xx_lpbfifo_probe,
diff --git a/arch/powerpc/platforms/82xx/ep8248e.c b/arch/powerpc/platforms/82xx/ep8248e.c
index 3d0c3a01143d..a0cb8bd41958 100644
--- a/arch/powerpc/platforms/82xx/ep8248e.c
+++ b/arch/powerpc/platforms/82xx/ep8248e.c
@@ -169,7 +169,6 @@ static const struct of_device_id ep8248e_mdio_match[] = {
169static struct platform_driver ep8248e_mdio_driver = { 169static struct platform_driver ep8248e_mdio_driver = {
170 .driver = { 170 .driver = {
171 .name = "ep8248e-mdio-bitbang", 171 .name = "ep8248e-mdio-bitbang",
172 .owner = THIS_MODULE,
173 .of_match_table = ep8248e_mdio_match, 172 .of_match_table = ep8248e_mdio_match,
174 }, 173 },
175 .probe = ep8248e_mdio_probe, 174 .probe = ep8248e_mdio_probe,
diff --git a/arch/powerpc/platforms/83xx/suspend.c b/arch/powerpc/platforms/83xx/suspend.c
index eeb80e25214d..c9adbfb65006 100644
--- a/arch/powerpc/platforms/83xx/suspend.c
+++ b/arch/powerpc/platforms/83xx/suspend.c
@@ -435,7 +435,6 @@ static const struct of_device_id pmc_match[] = {
435static struct platform_driver pmc_driver = { 435static struct platform_driver pmc_driver = {
436 .driver = { 436 .driver = {
437 .name = "mpc83xx-pmc", 437 .name = "mpc83xx-pmc",
438 .owner = THIS_MODULE,
439 .of_match_table = pmc_match, 438 .of_match_table = pmc_match,
440 }, 439 },
441 .probe = pmc_probe, 440 .probe = pmc_probe,
diff --git a/arch/powerpc/platforms/85xx/sgy_cts1000.c b/arch/powerpc/platforms/85xx/sgy_cts1000.c
index 8162b0412117..26bacf0ed146 100644
--- a/arch/powerpc/platforms/85xx/sgy_cts1000.c
+++ b/arch/powerpc/platforms/85xx/sgy_cts1000.c
@@ -161,7 +161,6 @@ MODULE_DEVICE_TABLE(of, gpio_halt_match);
161static struct platform_driver gpio_halt_driver = { 161static struct platform_driver gpio_halt_driver = {
162 .driver = { 162 .driver = {
163 .name = "gpio-halt", 163 .name = "gpio-halt",
164 .owner = THIS_MODULE,
165 .of_match_table = gpio_halt_match, 164 .of_match_table = gpio_halt_match,
166 }, 165 },
167 .probe = gpio_halt_probe, 166 .probe = gpio_halt_probe,
diff --git a/arch/powerpc/platforms/cell/axon_msi.c b/arch/powerpc/platforms/cell/axon_msi.c
index 862b32702d29..89115d33a846 100644
--- a/arch/powerpc/platforms/cell/axon_msi.c
+++ b/arch/powerpc/platforms/cell/axon_msi.c
@@ -437,7 +437,6 @@ static struct platform_driver axon_msi_driver = {
437 .shutdown = axon_msi_shutdown, 437 .shutdown = axon_msi_shutdown,
438 .driver = { 438 .driver = {
439 .name = "axon-msi", 439 .name = "axon-msi",
440 .owner = THIS_MODULE,
441 .of_match_table = axon_msi_device_id, 440 .of_match_table = axon_msi_device_id,
442 }, 441 },
443}; 442};
diff --git a/arch/powerpc/platforms/pasemi/gpio_mdio.c b/arch/powerpc/platforms/pasemi/gpio_mdio.c
index ada33358950d..ae3f47b25b18 100644
--- a/arch/powerpc/platforms/pasemi/gpio_mdio.c
+++ b/arch/powerpc/platforms/pasemi/gpio_mdio.c
@@ -305,7 +305,6 @@ static struct platform_driver gpio_mdio_driver =
305 .remove = gpio_mdio_remove, 305 .remove = gpio_mdio_remove,
306 .driver = { 306 .driver = {
307 .name = "gpio-mdio-bitbang", 307 .name = "gpio-mdio-bitbang",
308 .owner = THIS_MODULE,
309 .of_match_table = gpio_mdio_match, 308 .of_match_table = gpio_mdio_match,
310 }, 309 },
311}; 310};
diff --git a/arch/powerpc/sysdev/axonram.c b/arch/powerpc/sysdev/axonram.c
index ad56edc39919..f532c92bf99d 100644
--- a/arch/powerpc/sysdev/axonram.c
+++ b/arch/powerpc/sysdev/axonram.c
@@ -326,7 +326,6 @@ static struct platform_driver axon_ram_driver = {
326 .remove = axon_ram_remove, 326 .remove = axon_ram_remove,
327 .driver = { 327 .driver = {
328 .name = AXON_RAM_MODULE_NAME, 328 .name = AXON_RAM_MODULE_NAME,
329 .owner = THIS_MODULE,
330 .of_match_table = axon_ram_device_id, 329 .of_match_table = axon_ram_device_id,
331 }, 330 },
332}; 331};
diff --git a/arch/powerpc/sysdev/fsl_85xx_l2ctlr.c b/arch/powerpc/sysdev/fsl_85xx_l2ctlr.c
index 90545ad1626e..861cebf9c292 100644
--- a/arch/powerpc/sysdev/fsl_85xx_l2ctlr.c
+++ b/arch/powerpc/sysdev/fsl_85xx_l2ctlr.c
@@ -210,7 +210,6 @@ static const struct of_device_id mpc85xx_l2ctlr_of_match[] = {
210static struct platform_driver mpc85xx_l2ctlr_of_platform_driver = { 210static struct platform_driver mpc85xx_l2ctlr_of_platform_driver = {
211 .driver = { 211 .driver = {
212 .name = "fsl-l2ctlr", 212 .name = "fsl-l2ctlr",
213 .owner = THIS_MODULE,
214 .of_match_table = mpc85xx_l2ctlr_of_match, 213 .of_match_table = mpc85xx_l2ctlr_of_match,
215 }, 214 },
216 .probe = mpc85xx_l2ctlr_of_probe, 215 .probe = mpc85xx_l2ctlr_of_probe,
diff --git a/arch/powerpc/sysdev/fsl_msi.c b/arch/powerpc/sysdev/fsl_msi.c
index de40b48b460e..e596444fb024 100644
--- a/arch/powerpc/sysdev/fsl_msi.c
+++ b/arch/powerpc/sysdev/fsl_msi.c
@@ -578,7 +578,6 @@ static const struct of_device_id fsl_of_msi_ids[] = {
578static struct platform_driver fsl_of_msi_driver = { 578static struct platform_driver fsl_of_msi_driver = {
579 .driver = { 579 .driver = {
580 .name = "fsl-msi", 580 .name = "fsl-msi",
581 .owner = THIS_MODULE,
582 .of_match_table = fsl_of_msi_ids, 581 .of_match_table = fsl_of_msi_ids,
583 }, 582 },
584 .probe = fsl_of_msi_probe, 583 .probe = fsl_of_msi_probe,
diff --git a/arch/powerpc/sysdev/fsl_pmc.c b/arch/powerpc/sysdev/fsl_pmc.c
index 8cf4aa0e3a25..1d6fd7c59fe9 100644
--- a/arch/powerpc/sysdev/fsl_pmc.c
+++ b/arch/powerpc/sysdev/fsl_pmc.c
@@ -80,7 +80,6 @@ static const struct of_device_id pmc_ids[] = {
80static struct platform_driver pmc_driver = { 80static struct platform_driver pmc_driver = {
81 .driver = { 81 .driver = {
82 .name = "fsl-pmc", 82 .name = "fsl-pmc",
83 .owner = THIS_MODULE,
84 .of_match_table = pmc_ids, 83 .of_match_table = pmc_ids,
85 }, 84 },
86 .probe = pmc_probe, 85 .probe = pmc_probe,
diff --git a/arch/powerpc/sysdev/fsl_rio.c b/arch/powerpc/sysdev/fsl_rio.c
index c04b718307c8..39d32480f0eb 100644
--- a/arch/powerpc/sysdev/fsl_rio.c
+++ b/arch/powerpc/sysdev/fsl_rio.c
@@ -673,7 +673,6 @@ static const struct of_device_id fsl_of_rio_rpn_ids[] = {
673static struct platform_driver fsl_of_rio_rpn_driver = { 673static struct platform_driver fsl_of_rio_rpn_driver = {
674 .driver = { 674 .driver = {
675 .name = "fsl-of-rio", 675 .name = "fsl-of-rio",
676 .owner = THIS_MODULE,
677 .of_match_table = fsl_of_rio_rpn_ids, 676 .of_match_table = fsl_of_rio_rpn_ids,
678 }, 677 },
679 .probe = fsl_of_rio_rpn_probe, 678 .probe = fsl_of_rio_rpn_probe,
diff --git a/arch/powerpc/sysdev/mpic_msgr.c b/arch/powerpc/sysdev/mpic_msgr.c
index 7bdf3cc741e4..3f165d972a0e 100644
--- a/arch/powerpc/sysdev/mpic_msgr.c
+++ b/arch/powerpc/sysdev/mpic_msgr.c
@@ -270,7 +270,6 @@ static const struct of_device_id mpic_msgr_ids[] = {
270static struct platform_driver mpic_msgr_driver = { 270static struct platform_driver mpic_msgr_driver = {
271 .driver = { 271 .driver = {
272 .name = "mpic-msgr", 272 .name = "mpic-msgr",
273 .owner = THIS_MODULE,
274 .of_match_table = mpic_msgr_ids, 273 .of_match_table = mpic_msgr_ids,
275 }, 274 },
276 .probe = mpic_msgr_probe, 275 .probe = mpic_msgr_probe,
diff --git a/arch/powerpc/sysdev/pmi.c b/arch/powerpc/sysdev/pmi.c
index 13e67d93a7c1..8a0b77a3ec0c 100644
--- a/arch/powerpc/sysdev/pmi.c
+++ b/arch/powerpc/sysdev/pmi.c
@@ -210,7 +210,6 @@ static struct platform_driver pmi_of_platform_driver = {
210 .remove = pmi_of_remove, 210 .remove = pmi_of_remove,
211 .driver = { 211 .driver = {
212 .name = "pmi", 212 .name = "pmi",
213 .owner = THIS_MODULE,
214 .of_match_table = pmi_match, 213 .of_match_table = pmi_match,
215 }, 214 },
216}; 215};
diff --git a/arch/powerpc/sysdev/ppc4xx_hsta_msi.c b/arch/powerpc/sysdev/ppc4xx_hsta_msi.c
index a6a4dbda9078..f51fcebb559e 100644
--- a/arch/powerpc/sysdev/ppc4xx_hsta_msi.c
+++ b/arch/powerpc/sysdev/ppc4xx_hsta_msi.c
@@ -197,7 +197,6 @@ static struct platform_driver hsta_msi_driver = {
197 .probe = hsta_msi_probe, 197 .probe = hsta_msi_probe,
198 .driver = { 198 .driver = {
199 .name = "hsta-msi", 199 .name = "hsta-msi",
200 .owner = THIS_MODULE,
201 .of_match_table = hsta_msi_ids, 200 .of_match_table = hsta_msi_ids,
202 }, 201 },
203}; 202};
diff --git a/arch/powerpc/sysdev/ppc4xx_msi.c b/arch/powerpc/sysdev/ppc4xx_msi.c
index 22b5200636e7..96eaaa026849 100644
--- a/arch/powerpc/sysdev/ppc4xx_msi.c
+++ b/arch/powerpc/sysdev/ppc4xx_msi.c
@@ -270,7 +270,6 @@ static struct platform_driver ppc4xx_msi_driver = {
270 .remove = ppc4xx_of_msi_remove, 270 .remove = ppc4xx_of_msi_remove,
271 .driver = { 271 .driver = {
272 .name = "ppc4xx-msi", 272 .name = "ppc4xx-msi",
273 .owner = THIS_MODULE,
274 .of_match_table = ppc4xx_msi_ids, 273 .of_match_table = ppc4xx_msi_ids,
275 }, 274 },
276 275
diff --git a/arch/powerpc/sysdev/qe_lib/qe.c b/arch/powerpc/sysdev/qe_lib/qe.c
index 238a07b97f2c..a06f83ee63a5 100644
--- a/arch/powerpc/sysdev/qe_lib/qe.c
+++ b/arch/powerpc/sysdev/qe_lib/qe.c
@@ -693,7 +693,6 @@ static const struct of_device_id qe_ids[] = {
693static struct platform_driver qe_driver = { 693static struct platform_driver qe_driver = {
694 .driver = { 694 .driver = {
695 .name = "fsl-qe", 695 .name = "fsl-qe",
696 .owner = THIS_MODULE,
697 .of_match_table = qe_ids, 696 .of_match_table = qe_ids,
698 }, 697 },
699 .probe = qe_probe, 698 .probe = qe_probe,