Skip to content

Commit 8d0b1fe

Browse files
SamuelZOUrobertfoss
authored andcommitted
drm/bridge: lt9611: Add missing MODULE_DEVICE_TABLE
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 <[email protected]> Signed-off-by: Zou Wei <[email protected]> Reviewed-by: Robert Foss <[email protected]> Signed-off-by: Robert Foss <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 76fb351 commit 8d0b1fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/bridge/lontium-lt9611.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,6 +1215,7 @@ static struct i2c_device_id lt9611_id[] = {
12151215
{ "lontium,lt9611", 0 },
12161216
{}
12171217
};
1218+
MODULE_DEVICE_TABLE(i2c, lt9611_id);
12181219

12191220
static const struct of_device_id lt9611_match_table[] = {
12201221
{ .compatible = "lontium,lt9611" },

0 commit comments

Comments
 (0)