|
@@ -232,6 +232,7 @@ static void asus_hotk_notify(struct acpi_device *device, u32 event);
|
|
static struct acpi_driver asus_hotk_driver = {
|
|
static struct acpi_driver asus_hotk_driver = {
|
|
.name = ASUS_HOTK_NAME,
|
|
.name = ASUS_HOTK_NAME,
|
|
.class = ASUS_HOTK_CLASS,
|
|
.class = ASUS_HOTK_CLASS,
|
|
|
|
+ .owner = THIS_MODULE,
|
|
.ids = asus_device_ids,
|
|
.ids = asus_device_ids,
|
|
.flags = ACPI_DRIVER_ALL_NOTIFY_EVENTS,
|
|
.flags = ACPI_DRIVER_ALL_NOTIFY_EVENTS,
|
|
.ops = {
|
|
.ops = {
|