Skip to content

Commit 2baedb9

Browse files
lumagLorenzo Pieralisi
authored andcommitted
PCI: qcom-ep: Add MODULE_DEVICE_TABLE
Add MODULE_DEVICE_TABLE to enable module autoloading for respective device. Link: https://lore.kernel.org/r/[email protected] Fixes: f55fee5 ("PCI: qcom-ep: Add Qualcomm PCIe Endpoint controller driver") Signed-off-by: Dmitry Baryshkov <[email protected]> Signed-off-by: Lorenzo Pieralisi <[email protected]>
1 parent d6cbfcd commit 2baedb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pci/controller/dwc/pcie-qcom-ep.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,7 @@ static const struct of_device_id qcom_pcie_ep_match[] = {
704704
{ .compatible = "qcom,sdx55-pcie-ep", },
705705
{ }
706706
};
707+
MODULE_DEVICE_TABLE(of, qcom_pcie_ep_match);
707708

708709
static struct platform_driver qcom_pcie_ep_driver = {
709710
.probe = qcom_pcie_ep_probe,

0 commit comments

Comments
 (0)