diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:20:08 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:20:08 -0400 |
commit | ec4848815c83d4b8b83440bf6bf571d9b6b5e0d6 (patch) | |
tree | 42f5d588ee32ae53fef308e2c953cf241c06040b /arch/mips/pci | |
parent | b9acbf99f1e3a76e5a6ea185009d9c7e30c6a9c1 (diff) |
mips: pci: drop owner assignment from platform_drivers
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>
Diffstat (limited to 'arch/mips/pci')
-rw-r--r-- | arch/mips/pci/pci-alchemy.c | 1 | ||||
-rw-r--r-- | arch/mips/pci/pci-ar71xx.c | 1 | ||||
-rw-r--r-- | arch/mips/pci/pci-ar724x.c | 1 | ||||
-rw-r--r-- | arch/mips/pci/pci-lantiq.c | 1 | ||||
-rw-r--r-- | arch/mips/pci/pci-rt3883.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/pci/pci-alchemy.c b/arch/mips/pci/pci-alchemy.c index c19600a03460..28952637a862 100644 --- a/arch/mips/pci/pci-alchemy.c +++ b/arch/mips/pci/pci-alchemy.c | |||
@@ -505,7 +505,6 @@ static struct platform_driver alchemy_pcictl_driver = { | |||
505 | .probe = alchemy_pci_probe, | 505 | .probe = alchemy_pci_probe, |
506 | .driver = { | 506 | .driver = { |
507 | .name = "alchemy-pci", | 507 | .name = "alchemy-pci", |
508 | .owner = THIS_MODULE, | ||
509 | }, | 508 | }, |
510 | }; | 509 | }; |
511 | 510 | ||
diff --git a/arch/mips/pci/pci-ar71xx.c b/arch/mips/pci/pci-ar71xx.c index d471a26dd5f8..2882f6a0f919 100644 --- a/arch/mips/pci/pci-ar71xx.c +++ b/arch/mips/pci/pci-ar71xx.c | |||
@@ -416,7 +416,6 @@ static struct platform_driver ar71xx_pci_driver = { | |||
416 | .probe = ar71xx_pci_probe, | 416 | .probe = ar71xx_pci_probe, |
417 | .driver = { | 417 | .driver = { |
418 | .name = "ar71xx-pci", | 418 | .name = "ar71xx-pci", |
419 | .owner = THIS_MODULE, | ||
420 | }, | 419 | }, |
421 | }; | 420 | }; |
422 | 421 | ||
diff --git a/arch/mips/pci/pci-ar724x.c b/arch/mips/pci/pci-ar724x.c index 785b2659b519..204c8525c4bb 100644 --- a/arch/mips/pci/pci-ar724x.c +++ b/arch/mips/pci/pci-ar724x.c | |||
@@ -423,7 +423,6 @@ static struct platform_driver ar724x_pci_driver = { | |||
423 | .probe = ar724x_pci_probe, | 423 | .probe = ar724x_pci_probe, |
424 | .driver = { | 424 | .driver = { |
425 | .name = "ar724x-pci", | 425 | .name = "ar724x-pci", |
426 | .owner = THIS_MODULE, | ||
427 | }, | 426 | }, |
428 | }; | 427 | }; |
429 | 428 | ||
diff --git a/arch/mips/pci/pci-lantiq.c b/arch/mips/pci/pci-lantiq.c index 37fe8e7887e2..ca94c008c754 100644 --- a/arch/mips/pci/pci-lantiq.c +++ b/arch/mips/pci/pci-lantiq.c | |||
@@ -247,7 +247,6 @@ static struct platform_driver ltq_pci_driver = { | |||
247 | .probe = ltq_pci_probe, | 247 | .probe = ltq_pci_probe, |
248 | .driver = { | 248 | .driver = { |
249 | .name = "pci-xway", | 249 | .name = "pci-xway", |
250 | .owner = THIS_MODULE, | ||
251 | .of_match_table = ltq_pci_match, | 250 | .of_match_table = ltq_pci_match, |
252 | }, | 251 | }, |
253 | }; | 252 | }; |
diff --git a/arch/mips/pci/pci-rt3883.c b/arch/mips/pci/pci-rt3883.c index 72919aeef42b..b0ba9a9e74d6 100644 --- a/arch/mips/pci/pci-rt3883.c +++ b/arch/mips/pci/pci-rt3883.c | |||
@@ -598,7 +598,6 @@ static struct platform_driver rt3883_pci_driver = { | |||
598 | .probe = rt3883_pci_probe, | 598 | .probe = rt3883_pci_probe, |
599 | .driver = { | 599 | .driver = { |
600 | .name = "rt3883-pci", | 600 | .name = "rt3883-pci", |
601 | .owner = THIS_MODULE, | ||
602 | .of_match_table = of_match_ptr(rt3883_pci_ids), | 601 | .of_match_table = of_match_ptr(rt3883_pci_ids), |
603 | }, | 602 | }, |
604 | }; | 603 | }; |