mirror of https://github.com/hak5/openwrt.git
Revert "ramips: Remove redundant owner assignment"
This reverts commit 2ad4daf579
.
Signed-off-by: John Crispin <john@phrozen.org>
openwrt-19.07
parent
64878a5616
commit
69929dac89
|
@ -823,6 +823,7 @@ 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),
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue