mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 06:08:22 +00:00
MIPS: pci: Drop owner assignment from platform_drivers
This 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> Cc: linux-kernel@vger.kernel.org Cc: Wolfram Sang <wsa@the-dreams.de> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/8824/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
1e294287bb
commit
02e47ca9bc
2 changed files with 0 additions and 2 deletions
|
@ -488,7 +488,6 @@ static struct platform_driver ar2315_pci_driver = {
|
|||
.probe = ar2315_pci_probe,
|
||||
.driver = {
|
||||
.name = "ar2315-pci",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -267,7 +267,6 @@ static struct platform_driver rt288x_pci_driver = {
|
|||
.probe = rt288x_pci_probe,
|
||||
.driver = {
|
||||
.name = "rt288x-pci",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = rt288x_pci_match,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue