diff options
author | John Crispin <john@phrozen.org> | 2018-06-01 21:03:09 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-06-01 21:03:27 +0200 |
commit | 324ea1f4147a4cfeb6322ed1d28e66d75d4b89d6 (patch) | |
tree | 455f290a7bf2c6440c76700e6bb197735dd76068 /target/linux | |
parent | 82cfec057fc7957c8447510729697a0f06c1387a (diff) | |
download | upstream-324ea1f4147a4cfeb6322ed1d28e66d75d4b89d6.tar.gz upstream-324ea1f4147a4cfeb6322ed1d28e66d75d4b89d6.tar.bz2 upstream-324ea1f4147a4cfeb6322ed1d28e66d75d4b89d6.zip |
Revert "ramips: Remove redundant owner assignment"
This reverts commit 2ad4daf5794b08878467c1dac5bef7487109e4da.
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/files-4.14/arch/mips/pci/pci-mt7621.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/files-4.14/arch/mips/pci/pci-mt7621.c b/target/linux/ramips/files-4.14/arch/mips/pci/pci-mt7621.c index 4209e2330f..5125412a7c 100644 --- a/target/linux/ramips/files-4.14/arch/mips/pci/pci-mt7621.c +++ b/target/linux/ramips/files-4.14/arch/mips/pci/pci-mt7621.c @@ -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), }, }; |