]> git.baikalelectronics.ru Git - kernel.git/commit
i3c: master: svc: add the missing module device table
authorClark Wang <xiaoning.wang@nxp.com>
Mon, 27 Dec 2021 07:45:28 +0000 (15:45 +0800)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 5 Jan 2022 08:53:44 +0000 (09:53 +0100)
commit3edd69493ee07e7fe68c164861b29523b072a50b
treeec1c4cdcd409c88b3a95a2294e4028580d3e6534
parent8537e8bf7dafbe98ee8b78318457e2bff7f36926
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
drivers/i3c/master/svc-i3c-master.c