OSDN Git Service

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)
commitc5d4587bb9a9a03b30bbc928b4a007fcd1f8c279
treeec1c4cdcd409c88b3a95a2294e4028580d3e6534
parent05be23ef78f76a741d529226a8764d81c719a1e3
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