summaryrefslogtreecommitdiffstats
path: root/drivers/platform
diff options
context:
space:
mode:
authorMario Limonciello2017-09-26 20:50:01 +0200
committerDarren Hart (VMware)2017-09-27 23:57:42 +0200
commit9808f3628ce43fafbb6f8eb8d347f38ba9b275ba (patch)
treedabadcbe9f31d0b086c8c0737d79fdafe9092da1 /drivers/platform
parentplatform/x86: dell-wmi: Label driver as handling notifications (diff)
downloadkernel-qcow2-linux-9808f3628ce43fafbb6f8eb8d347f38ba9b275ba.tar.gz
kernel-qcow2-linux-9808f3628ce43fafbb6f8eb8d347f38ba9b275ba.tar.xz
kernel-qcow2-linux-9808f3628ce43fafbb6f8eb8d347f38ba9b275ba.zip
platform/x86: dell-wmi: Do not match on descriptor GUID modalias
The descriptor GUID is not used to indicate that WMI notifications in the dell-wmi driver work properly. As such a modalias should not be present that causes this driver to load on systems with this GUID. Signed-off-by: Mario Limonciello <mario.limonciello@dell.com> Reviewed-by: Pali Pohar <pali.rohar@gmail.com> Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
Diffstat (limited to 'drivers/platform')
-rw-r--r--drivers/platform/x86/dell-wmi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/platform/x86/dell-wmi.c b/drivers/platform/x86/dell-wmi.c
index 28d9f8696081..1fbef560ca67 100644
--- a/drivers/platform/x86/dell-wmi.c
+++ b/drivers/platform/x86/dell-wmi.c
@@ -51,7 +51,6 @@ MODULE_LICENSE("GPL");
static bool wmi_requires_smbios_request;
MODULE_ALIAS("wmi:"DELL_EVENT_GUID);
-MODULE_ALIAS("wmi:"DELL_DESCRIPTOR_GUID);
struct dell_wmi_priv {
struct input_dev *input_dev;