mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02: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:
commit
2a66fae91e
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user