mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
PCI: rockchip: dw: Support deferred probe
Change-Id: I0b8f4aca2a8148b129589a072227bf41c5a2d364 Signed-off-by: Simon Xue <xxm@rock-chips.com>
This commit is contained in:
@@ -1924,9 +1924,10 @@ static struct platform_driver rk_plat_pcie_driver = {
|
||||
.of_match_table = rk_pcie_of_match,
|
||||
.suppress_bind_attrs = true,
|
||||
},
|
||||
.probe = rk_pcie_probe,
|
||||
};
|
||||
|
||||
module_platform_driver_probe(rk_plat_pcie_driver, rk_pcie_probe);
|
||||
module_platform_driver(rk_plat_pcie_driver);
|
||||
|
||||
MODULE_AUTHOR("Simon Xue <xxm@rock-chips.com>");
|
||||
MODULE_DESCRIPTION("RockChip PCIe Controller driver");
|
||||
|
||||
Reference in New Issue
Block a user