diff options
| -rw-r--r-- | drivers/input/misc/atlas_btns.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/misc/atlas_btns.c b/drivers/input/misc/atlas_btns.c index dfaa9a045ed8..7d5360869047 100644 --- a/drivers/input/misc/atlas_btns.c +++ b/drivers/input/misc/atlas_btns.c | |||
| @@ -145,6 +145,7 @@ MODULE_DEVICE_TABLE(acpi, atlas_device_ids); | |||
| 145 | static struct acpi_driver atlas_acpi_driver = { | 145 | static struct acpi_driver atlas_acpi_driver = { |
| 146 | .name = ACPI_ATLAS_NAME, | 146 | .name = ACPI_ATLAS_NAME, |
| 147 | .class = ACPI_ATLAS_CLASS, | 147 | .class = ACPI_ATLAS_CLASS, |
| 148 | .owner = THIS_MODULE, | ||
| 148 | .ids = atlas_device_ids, | 149 | .ids = atlas_device_ids, |
| 149 | .ops = { | 150 | .ops = { |
| 150 | .add = atlas_acpi_button_add, | 151 | .add = atlas_acpi_button_add, |
