mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 08:47:44 -04:00
platform/chrome: wilco_ec: drop owner assignment
ACPI bus core already sets the .owner, so driver does not need to. Acked-by: Tzung-Bi Shih <tzungbi@kernel.org> 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:
committed by
Rafael J. Wysocki
parent
3bdef399d0
commit
245d97ff34
@@ -523,7 +523,6 @@ static struct acpi_driver event_driver = {
|
||||
.notify = event_device_notify,
|
||||
.remove = event_device_remove,
|
||||
},
|
||||
.owner = THIS_MODULE,
|
||||
};
|
||||
|
||||
static int __init event_module_init(void)
|
||||
|
||||
Reference in New Issue
Block a user