diff options
| author | Bjorn Helgaas <bhelgaas@google.com> | 2026-07-22 16:18:28 -0500 |
|---|---|---|
| committer | Bjorn Helgaas <bhelgaas@google.com> | 2026-07-22 16:18:28 -0500 |
| commit | 86c9090c92c9cc4c962dfb2ecdec28cd23da5fd1 (patch) | |
| tree | 205d53b5a547482fd9f7989b80ec277fccd7546d /drivers/pci | |
| parent | e64f7d894077e36b766b045778b6061fba584b8f (diff) | |
| parent | e145af8c14474d1390918552e839a12a42229b8b (diff) | |
| download | linux-next-86c9090c92c9cc4c962dfb2ecdec28cd23da5fd1.tar.gz linux-next-86c9090c92c9cc4c962dfb2ecdec28cd23da5fd1.zip | |
Merge branch 'pci/controller/dwc-spacemit-k1'
- Add missing MODULE_DEVICE_TABLE() to generate module alias info for
OF-based module autoloading (Pengpeng Hou)
* pci/controller/dwc-spacemit-k1:
PCI: spacemit: Add missing MODULE_DEVICE_TABLE()
Diffstat (limited to 'drivers/pci')
| -rw-r--r-- | drivers/pci/controller/dwc/pcie-spacemit-k1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/controller/dwc/pcie-spacemit-k1.c b/drivers/pci/controller/dwc/pcie-spacemit-k1.c index be20a520255b..cfdfeecbe4be 100644 --- a/drivers/pci/controller/dwc/pcie-spacemit-k1.c +++ b/drivers/pci/controller/dwc/pcie-spacemit-k1.c @@ -342,6 +342,7 @@ static const struct of_device_id k1_pcie_of_match_table[] = { { .compatible = "spacemit,k1-pcie", }, { } }; +MODULE_DEVICE_TABLE(of, k1_pcie_of_match_table); static struct platform_driver k1_pcie_driver = { .probe = k1_pcie_probe, |
