]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i3c: master: cdns: fix module autoloading
authorLiao Chen <liaochen4@huawei.com>
Mon, 26 Aug 2024 12:39:57 +0000 (12:39 +0000)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 5 Sep 2024 16:46:19 +0000 (18:46 +0200)
commit133f67bea5e03134b4b388a884e59a052809403d
tree0d7b2255f6229dc51349172cd14a349c9f294121
parentced86959d28cc26bbfc5f2fd6e37407637c20e11
i3c: master: cdns: fix module autoloading

Add MODULE_DEVICE_TABLE(), so modules could be properly autoloaded
based on the alias from of_device_id table.

Signed-off-by: Liao Chen <liaochen4@huawei.com>
Link: https://lore.kernel.org/r/20240826123957.379212-1-liaochen4@huawei.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/i3c/master/i3c-master-cdns.c