mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-08 18:35:20 +02:00
media: platform: rzg2l-cru: rzg2l-csi2: Add missing MODULE_DEVICE_TABLE
[ Upstream commit07668fb0f8
] The rzg2l-csi2 driver can be compiled as a module, but lacks MODULE_DEVICE_TABLE() and will therefore not be loaded automatically. Fix this. Fixes:51e8415e39
("media: platform: Add Renesas RZ/G2L MIPI CSI-2 receiver driver") Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Link: https://lore.kernel.org/r/20240731164935.308994-1-biju.das.jz@bp.renesas.com Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
4f201a94ac
commit
451249bb8d
|
@ -854,6 +854,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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user