diff options
author | John Crispin <john@phrozen.org> | 2018-06-01 11:41:12 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-06-01 11:42:14 +0200 |
commit | 69929dac89e775f01bbad9879491f7d544e32152 (patch) | |
tree | 884a1650036e29b841fa5a303d2f74fa74459e02 | |
parent | 64878a561621e3af3708d3394c4f89473d7de1af (diff) | |
download | upstream-69929dac89e775f01bbad9879491f7d544e32152.tar.gz upstream-69929dac89e775f01bbad9879491f7d544e32152.tar.bz2 upstream-69929dac89e775f01bbad9879491f7d544e32152.zip |
Revert "ramips: Remove redundant owner assignment"
This reverts commit 2ad4daf5794b08878467c1dac5bef7487109e4da.
Signed-off-by: John Crispin <john@phrozen.org>
-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), }, }; |