|
@@ -145,6 +145,7 @@ MODULE_DEVICE_TABLE(acpi, atlas_device_ids);
|
|
static struct acpi_driver atlas_acpi_driver = {
|
|
static struct acpi_driver atlas_acpi_driver = {
|
|
.name = ACPI_ATLAS_NAME,
|
|
.name = ACPI_ATLAS_NAME,
|
|
.class = ACPI_ATLAS_CLASS,
|
|
.class = ACPI_ATLAS_CLASS,
|
|
|
|
+ .owner = THIS_MODULE,
|
|
.ids = atlas_device_ids,
|
|
.ids = atlas_device_ids,
|
|
.ops = {
|
|
.ops = {
|
|
.add = atlas_acpi_button_add,
|
|
.add = atlas_acpi_button_add,
|