mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-04 09:33:50 +01:00
Revert "ramips: Remove redundant owner assignment"
This reverts commit 2ad4daf579.
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
82cfec057f
commit
324ea1f414
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue