diff mbox series

[-next] serial: Add missing MODULE_DEVICE_TABLE

Message ID 20210410035048.11466-1-cuibixuan@huawei.com
State New
Headers show
Series [-next] serial: Add missing MODULE_DEVICE_TABLE | expand

Commit Message

Bixuan Cui April 10, 2021, 3:50 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/tty/serial/tegra-tcu.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Thierry Reding June 1, 2021, 5:03 p.m. UTC | #1
On Sat, Apr 10, 2021 at 11:50:48AM +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.

> 

> Reported-by: Hulk Robot <hulkci@huawei.com>

> Signed-off-by: Bixuan Cui <cuibixuan@huawei.com>

> ---

>  drivers/tty/serial/tegra-tcu.c | 1 +

>  1 file changed, 1 insertion(+)


Acked-by: Thierry Reding <treding@nvidia.com>
diff mbox series

Patch

diff --git a/drivers/tty/serial/tegra-tcu.c b/drivers/tty/serial/tegra-tcu.c
index aaf8748a6147..52687c65ad74 100644
--- a/drivers/tty/serial/tegra-tcu.c
+++ b/drivers/tty/serial/tegra-tcu.c
@@ -282,6 +282,7 @@  static const struct of_device_id tegra_tcu_match[] = {
 	{ .compatible = "nvidia,tegra194-tcu" },
 	{ }
 };
+MODULE_DEVICE_TABLE(of, tegra_tcu_match);
 
 static struct platform_driver tegra_tcu_driver = {
 	.driver = {