Просмотр исходного кода

Revert "ramips: Remove redundant owner assignment"

This reverts commit 2ad4daf5794b08878467c1dac5bef7487109e4da.

Signed-off-by: John Crispin <[email protected]>
John Crispin 7 лет назад
Родитель
Сommit
69929dac89
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      target/linux/ramips/files-4.14/arch/mips/pci/pci-mt7621.c

+ 1 - 0
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),
 	},
 };