Skip to content

Commit 4313188

Browse files
krzkrafaeljw
authored andcommitted
platform/x86/eeepc: 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>
1 parent 1baad72 commit 4313188

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/platform/x86/eeepc-laptop.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,6 @@ MODULE_DEVICE_TABLE(acpi, eeepc_device_ids);
14631463
static struct acpi_driver eeepc_acpi_driver = {
14641464
.name = EEEPC_LAPTOP_NAME,
14651465
.class = EEEPC_ACPI_CLASS,
1466-
.owner = THIS_MODULE,
14671466
.ids = eeepc_device_ids,
14681467
.flags = ACPI_DRIVER_ALL_NOTIFY_EVENTS,
14691468
.ops = {

0 commit comments

Comments
 (0)