Merge branch 'remotes/lorenzo/pci/mediatek-gen3'
- Add missing MODULE_DEVICE_TABLE for driver loading (Zou Wei) * remotes/lorenzo/pci/mediatek-gen3: PCI: mediatek-gen3: Add missing MODULE_DEVICE_TABLE
This commit is contained in:
commit
93f60bb915
@ -1012,6 +1012,7 @@ static const struct of_device_id mtk_pcie_of_match[] = {
|
|||||||
{ .compatible = "mediatek,mt8192-pcie" },
|
{ .compatible = "mediatek,mt8192-pcie" },
|
||||||
{},
|
{},
|
||||||
};
|
};
|
||||||
|
MODULE_DEVICE_TABLE(of, mtk_pcie_of_match);
|
||||||
|
|
||||||
static struct platform_driver mtk_pcie_driver = {
|
static struct platform_driver mtk_pcie_driver = {
|
||||||
.probe = mtk_pcie_probe,
|
.probe = mtk_pcie_probe,
|
||||||
|
Loading…
Reference in New Issue
Block a user