Message ID | 20240328-b4-module-owner-acpi-v2-19-1e5552c2c69f@linaro.org (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | ACPI: store owner from modules with acpi_bus_register_driver() | expand |
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; }; /*