Skip to content

Commit

Permalink
Merge branch 'remotes/lorenzo/pci/mediatek-gen3'
Browse files Browse the repository at this point in the history
- Add missing MODULE_DEVICE_TABLE for driver loading (Zou Wei)

* remotes/lorenzo/pci/mediatek-gen3:
  PCI: mediatek-gen3: Add missing MODULE_DEVICE_TABLE
  • Loading branch information
Bjorn Helgaas committed Jul 6, 2021
2 parents 6b65fbf + 3a2e476 commit 93f60bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/pci/controller/pcie-mediatek-gen3.c
Original file line number Diff line number Diff line change
Expand Up @@ -1012,6 +1012,7 @@ static const struct of_device_id mtk_pcie_of_match[] = {
{ .compatible = "mediatek,mt8192-pcie" },
{},
};
MODULE_DEVICE_TABLE(of, mtk_pcie_of_match);

static struct platform_driver mtk_pcie_driver = {
.probe = mtk_pcie_probe,
Expand Down

0 comments on commit 93f60bb

Please sign in to comment.