[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240820121628.42321-1-liaochen4@huawei.com>
Date: Tue, 20 Aug 2024 12:16:28 +0000
From: Liao Chen <liaochen4@...wei.com>
To: <linux-fbdev@...r.kernel.org>, <dri-devel@...ts.freedesktop.org>
CC: <linux-kernel@...r.kernel.org>, <lujianhua000@...il.com>,
<lee@...nel.org>, <daniel.thompson@...aro.org>, <jingoohan1@...il.com>,
<deller@....de>
Subject: [PATCH -next] backlight: ktz8866: fix 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/video/backlight/ktz8866.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/video/backlight/ktz8866.c b/drivers/video/backlight/ktz8866.c
index 2e508741c0af..351c2b4d63ed 100644
--- a/drivers/video/backlight/ktz8866.c
+++ b/drivers/video/backlight/ktz8866.c
@@ -190,6 +190,7 @@ static const struct of_device_id ktz8866_match_table[] = {
},
{},
};
+MODULE_DEVICE_TABLE(of, ktz8866_match_table);
static struct i2c_driver ktz8866_driver = {
.driver = {
--
2.34.1
Powered by blists - more mailing lists