Revert "ramips: Remove redundant owner assignment"
authorJohn Crispin <john@phrozen.org>
Fri, 1 Jun 2018 09:41:12 +0000 (11:41 +0200)
committerJohn Crispin <john@phrozen.org>
Fri, 1 Jun 2018 09:42:14 +0000 (11:42 +0200)
This reverts commit 2ad4daf5794b08878467c1dac5bef7487109e4da.

Signed-off-by: John Crispin <john@phrozen.org>
target/linux/ramips/files-4.14/arch/mips/pci/pci-mt7621.c

index 4209e2330f7ac0c2b0b32a81de3291af5477b032..5125412a7ce4bee445d411fdce1dc1d5a9f2afeb 100644 (file)
@@ -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),
        },
 };