mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:38:03 +00:00
Input: atlas - drop owner assignment
ACPI bus core already sets the .owner, so driver does not need to. Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
48b9c4862b
commit
726c149e07
@ -127,7 +127,6 @@ 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,
|
||||||
|
Loading…
Reference in New Issue
Block a user