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@huawei.com> Signed-off-by: Zou Wei <zou_wei@huawei.com> Link: https://lore.kernel.org/r/1623811809-65099-1-git-send-email-zou_wei@huawei.com Signed-off-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
0ddcf3a6b4
commit
039e6a3117
@ -873,6 +873,7 @@ static const struct wmi_device_id tlmi_id_table[] = {
|
||||
{ .guid_string = LENOVO_BIOS_SETTING_GUID },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(wmi, tlmi_id_table);
|
||||
|
||||
static struct wmi_driver tlmi_driver = {
|
||||
.driver = {
|
||||
|
Loading…
Reference in New Issue
Block a user