mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
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 <hdegoede@redhat.com> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
e84a761f12
commit
2929a735d9
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user