diff options
Diffstat (limited to 'drivers/platform/x86/asus-laptop.c')
-rw-r--r-- | drivers/platform/x86/asus-laptop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/asus-laptop.c b/drivers/platform/x86/asus-laptop.c index 4234edbe6ffc..6c05172bf3d3 100644 --- a/drivers/platform/x86/asus-laptop.c +++ b/drivers/platform/x86/asus-laptop.c | |||
@@ -232,6 +232,7 @@ static void asus_hotk_notify(struct acpi_device *device, u32 event); | |||
232 | static struct acpi_driver asus_hotk_driver = { | 232 | static struct acpi_driver asus_hotk_driver = { |
233 | .name = ASUS_HOTK_NAME, | 233 | .name = ASUS_HOTK_NAME, |
234 | .class = ASUS_HOTK_CLASS, | 234 | .class = ASUS_HOTK_CLASS, |
235 | .owner = THIS_MODULE, | ||
235 | .ids = asus_device_ids, | 236 | .ids = asus_device_ids, |
236 | .flags = ACPI_DRIVER_ALL_NOTIFY_EVENTS, | 237 | .flags = ACPI_DRIVER_ALL_NOTIFY_EVENTS, |
237 | .ops = { | 238 | .ops = { |