From: Yu Jiahua Date: Wed, 16 Jun 2021 03:44:48 +0000 (-0800) Subject: drivers: gpu: add missing MODULE_DEVICE_TABLE in anx7625.c X-Git-Tag: v5.15~303^2~28^2~170 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad5fd900a69b1ae24e6b22506dea637b6bbbdb55;p=platform%2Fkernel%2Flinux-starfive.git drivers: gpu: add missing MODULE_DEVICE_TABLE in anx7625.c 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. Signed-off-by: Yu Jiahua Signed-off-by: Robert Foss Reviewed-by: Robert Foss Link: https://patchwork.freedesktop.org/patch/msgid/20210616034448.34919-1-yujiahua1@huawei.com --- diff --git a/drivers/gpu/drm/bridge/analogix/anx7625.c b/drivers/gpu/drm/bridge/analogix/anx7625.c index 7519b7a..98e1755 100644 --- a/drivers/gpu/drm/bridge/analogix/anx7625.c +++ b/drivers/gpu/drm/bridge/analogix/anx7625.c @@ -1874,6 +1874,7 @@ static const struct of_device_id anx_match_table[] = { {.compatible = "analogix,anx7625",}, {}, }; +MODULE_DEVICE_TABLE(of, anx_match_table); static struct i2c_driver anx7625_driver = { .driver = {