From: Krzysztof Kozlowski Date: Thu, 28 Mar 2024 19:49:29 +0000 (+0100) Subject: ACPI: drop redundant owner from acpi_driver X-Git-Tag: io_uring-6.10-20240523~106^2~4^2^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=cc85f9c05bba23eb525497b42ac5b74801ccbd87;p=linux-block.git ACPI: drop redundant owner from acpi_driver Once all .owner is removed from all acpi_driver instances, drop it from the structure. Acked-by: Rafael J. Wysocki Signed-off-by: Krzysztof Kozlowski Signed-off-by: Rafael J. Wysocki --- diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index 7453be56f855..32aae3ee99ac 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h @@ -170,7 +170,6 @@ struct acpi_driver { unsigned int flags; struct acpi_device_ops ops; struct device_driver drv; - struct module *owner; }; /*