diff options
author | Krzysztof Kozlowski <[email protected]> | 2024-03-28 20:49:14 +0100 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2024-04-08 16:16:55 +0200 |
commit | 245d97ff34734f5236fd82fb66b8c97a1dd4b136 (patch) | |
tree | 8c664b15258a22cc405ef2d54547b4d95c83b87d | |
parent | 3bdef399d00e27a26bfc55b8ce6f9a142718a402 (diff) |
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 <[email protected]>
Acked-by: Rafael J. Wysocki <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
-rw-r--r-- | drivers/platform/chrome/wilco_ec/event.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/platform/chrome/wilco_ec/event.c b/drivers/platform/chrome/wilco_ec/event.c index 13291fb4214e..ae34e81c5d18 100644 --- a/drivers/platform/chrome/wilco_ec/event.c +++ b/drivers/platform/chrome/wilco_ec/event.c @@ -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) |