diff options
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2024-07-15 15:50:05 -0700 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2024-07-15 15:50:05 -0700 |
| commit | 3daee2e4b3568f0ed88b0598df96547fcf21cb9b (patch) | |
| tree | 19f47d0d4d3ff05266a25364959f0012a1825131 /drivers/input/misc | |
| parent | f3efefb6fdcce604413135bd8d4c5568e53a1f13 (diff) | |
| parent | 0c3836482481200ead7b416ca80c68a29cfdaabd (diff) | |
Merge tag 'v6.10' into next
Sync up with mainline to bring in device_for_each_child_node_scoped()
and other newer APIs.
Diffstat (limited to 'drivers/input/misc')
| -rw-r--r-- | drivers/input/misc/atlas_btns.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/misc/atlas_btns.c b/drivers/input/misc/atlas_btns.c index 3c9bbd04e143..5b9be2957746 100644 --- a/drivers/input/misc/atlas_btns.c +++ b/drivers/input/misc/atlas_btns.c @@ -127,7 +127,6 @@ MODULE_DEVICE_TABLE(acpi, atlas_device_ids); static struct acpi_driver atlas_acpi_driver = { .name = ACPI_ATLAS_NAME, .class = ACPI_ATLAS_CLASS, - .owner = THIS_MODULE, .ids = atlas_device_ids, .ops = { .add = atlas_acpi_button_add, |
