mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 12:52:29 -04:00
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()
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user