mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
i3c: master: svc: add the missing module device table
The missing MODULE_DEVICE_TABLE() will cause the svc-i3c-master cannot be auto probed when it is built in moudle. So add it. Signed-off-by: Clark Wang <xiaoning.wang@nxp.com> Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Jun Li <jun.li@nxp.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/20211227074529.1660398-8-xiaoning.wang@nxp.com
This commit is contained in:
parent
05be23ef78
commit
c5d4587bb9
@ -1614,6 +1614,7 @@ static const struct of_device_id svc_i3c_master_of_match_tbl[] = {
|
||||
{ .compatible = "silvaco,i3c-master" },
|
||||
{ /* sentinel */ },
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, svc_i3c_master_of_match_tbl);
|
||||
|
||||
static struct platform_driver svc_i3c_master = {
|
||||
.probe = svc_i3c_master_probe,
|
||||
|
Loading…
Reference in New Issue
Block a user