[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240829075417.526459-3-liaochen4@huawei.com>
Date: Thu, 29 Aug 2024 07:54:16 +0000
From: Liao Chen <liaochen4@...wei.com>
To: <linux-tegra@...r.kernel.org>, <linux-media@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
CC: <hverkuil-cisco@...all.nl>, <mchehab@...nel.org>,
<thierry.reding@...il.com>, <jonathanh@...dia.com>, <jacopo@...ndi.org>,
<sakari.ailus@...ux.intel.com>, <laurent.pinchart@...asonboard.com>,
<biju.das.jz@...renesas.com>, <tomi.valkeinen@...asonboard.com>,
<liaochen4@...wei.com>
Subject: [PATCH -next 2/3] media: platform: rzg2l-cru: rzg2l-csi2: enable 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@...wei.com>
---
drivers/media/platform/renesas/rzg2l-cru/rzg2l-csi2.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/media/platform/renesas/rzg2l-cru/rzg2l-csi2.c b/drivers/media/platform/renesas/rzg2l-cru/rzg2l-csi2.c
index e68fcdaea207..c7fdee347ac8 100644
--- a/drivers/media/platform/renesas/rzg2l-cru/rzg2l-csi2.c
+++ b/drivers/media/platform/renesas/rzg2l-cru/rzg2l-csi2.c
@@ -865,6 +865,7 @@ static const struct of_device_id rzg2l_csi2_of_table[] = {
{ .compatible = "renesas,rzg2l-csi2", },
{ /* sentinel */ }
};
+MODULE_DEVICE_TABLE(of, rzg2l_csi2_of_table);
static struct platform_driver rzg2l_csi2_pdrv = {
.remove_new = rzg2l_csi2_remove,
--
2.34.1
Powered by blists - more mailing lists