[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1623811809-65099-1-git-send-email-zou_wei@huawei.com>
Date: Wed, 16 Jun 2021 10:50:09 +0800
From: Zou Wei <zou_wei@...wei.com>
To: <markpearson@...ovo.com>, <hdegoede@...hat.com>,
<mgross@...ux.intel.com>
CC: <platform-driver-x86@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, "Zou Wei" <zou_wei@...wei.com>
Subject: [PATCH -next] platform/x86: think-lmi: 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 <hulkci@...wei.com>
Signed-off-by: Zou Wei <zou_wei@...wei.com>
---
drivers/platform/x86/think-lmi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/platform/x86/think-lmi.c b/drivers/platform/x86/think-lmi.c
index 7771c93..6e1fbc4 100644
--- a/drivers/platform/x86/think-lmi.c
+++ b/drivers/platform/x86/think-lmi.c
@@ -873,6 +873,7 @@ static const struct wmi_device_id tlmi_id_table[] = {
{ .guid_string = LENOVO_BIOS_SETTING_GUID },
{ }
};
+MODULE_DEVICE_TABLE(vmi, tlmi_id_table);
static struct wmi_driver tlmi_driver = {
.driver = {
--
2.6.2
Powered by blists - more mailing lists