Skip to content

Commit c5d4587

Browse files
wangxiaoningnxpalexandrebelloni
authored andcommitted
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 <[email protected]> Reviewed-by: Miquel Raynal <[email protected]> Reviewed-by: Jun Li <[email protected]> Signed-off-by: Alexandre Belloni <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 05be23e commit c5d4587

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/i3c/master/svc-i3c-master.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1614,6 +1614,7 @@ static const struct of_device_id svc_i3c_master_of_match_tbl[] = {
16141614
{ .compatible = "silvaco,i3c-master" },
16151615
{ /* sentinel */ },
16161616
};
1617+
MODULE_DEVICE_TABLE(of, svc_i3c_master_of_match_tbl);
16171618

16181619
static struct platform_driver svc_i3c_master = {
16191620
.probe = svc_i3c_master_probe,

0 commit comments

Comments
 (0)