[PATCH v2 11/19] platform/x86/lg-laptop: drop owner assignment

From: Krzysztof Kozlowski
Date: Thu Mar 28 2024 - 15:54:27 EST


ACPI bus core already sets the .owner, so driver does not need to.

Acked-by: Hans de Goede <hdegoede@xxxxxxxxxx>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
---
drivers/platform/x86/lg-laptop.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/platform/x86/lg-laptop.c b/drivers/platform/x86/lg-laptop.c
index ad3c39e9e9f5..36e88b9d59ea 100644
--- a/drivers/platform/x86/lg-laptop.c
+++ b/drivers/platform/x86/lg-laptop.c
@@ -790,7 +790,6 @@ static struct acpi_driver acpi_driver = {
.remove = acpi_remove,
.notify = acpi_notify,
},
- .owner = THIS_MODULE,
};

static int __init acpi_init(void)

--
2.34.1