From: Krzysztof Kozlowski Date: Thu, 28 Mar 2024 19:49:21 +0000 (+0100) Subject: platform/x86/lg-laptop: drop owner assignment X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2929a735d92e232f92517b0c7a7e4ac8c8fa669b;p=users%2Fjedix%2Flinux-maple.git platform/x86/lg-laptop: drop owner assignment ACPI bus core already sets the .owner, so driver does not need to. Acked-by: Hans de Goede Acked-by: Rafael J. Wysocki Signed-off-by: Krzysztof Kozlowski Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/platform/x86/lg-laptop.c b/drivers/platform/x86/lg-laptop.c index ad3c39e9e9f58..36e88b9d59eaf 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)