ramips: Remove redundant owner assignment

Remove the owner assignment form the platform driver as
platform_driver_register() already initializes the owner.
Found using coccinelle.

Signed-off-by: Christian Lütke-Stetzkamp <christian@lkamp.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
openwrt-18.06
Christian Lütke-Stetzkamp 2018-05-12 12:57:45 -07:00 committed by John Crispin
parent a098a78a33
commit 2ad4daf579
1 changed files with 0 additions and 1 deletions

View File

@ -823,7 +823,6 @@ static struct platform_driver mt7621_pci_driver = {
.probe = mt7621_pci_probe,
.driver = {
.name = "mt7621-pci",
.owner = THIS_MODULE,
.of_match_table = of_match_ptr(mt7621_pci_ids),
},
};