diff mbox series

[-next] rtc: mxc_v2: add missing MODULE_DEVICE_TABLE

Message ID 20210508031509.53735-1-cuibixuan@huawei.com
State Accepted
Headers show
Series [-next] rtc: mxc_v2: add missing MODULE_DEVICE_TABLE | expand

Commit Message

Bixuan Cui May 8, 2021, 3:15 a.m. UTC
This patch adds missing MODULE_DEVICE_TABLE definition which generates
correct modalias for automatic loading of this driver when it is built
as an external module.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Bixuan Cui <cuibixuan@huawei.com>
---
 drivers/rtc/rtc-mxc_v2.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Alexandre Belloni May 24, 2021, 10:34 p.m. UTC | #1
On Sat, 8 May 2021 11:15:09 +0800, Bixuan Cui wrote:
> This patch adds missing MODULE_DEVICE_TABLE definition which generates
> correct modalias for automatic loading of this driver when it is built
> as an external module.

Applied, thanks!

[1/1] rtc: mxc_v2: add missing MODULE_DEVICE_TABLE
      commit: 206e04ec7539e7bfdde9aa79a7cde656c9eb308e

Best regards,
diff mbox series

Patch

diff --git a/drivers/rtc/rtc-mxc_v2.c b/drivers/rtc/rtc-mxc_v2.c
index a577a74aaf75..5e0383401629 100644
--- a/drivers/rtc/rtc-mxc_v2.c
+++ b/drivers/rtc/rtc-mxc_v2.c
@@ -372,6 +372,7 @@  static const struct of_device_id mxc_ids[] = {
 	{ .compatible = "fsl,imx53-rtc", },
 	{}
 };
+MODULE_DEVICE_TABLE(of, mxc_ids);
 
 static struct platform_driver mxc_rtc_driver = {
 	.driver = {