Skip to content

Commit eb22f3b

Browse files
krzkrafaeljw
authored andcommitted
platform/x86/toshiba_haps: 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 ce69eeb commit eb22f3b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/platform/x86/toshiba_haps.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ MODULE_DEVICE_TABLE(acpi, haps_device_ids);
251251

252252
static struct acpi_driver toshiba_haps_driver = {
253253
.name = "Toshiba HAPS",
254-
.owner = THIS_MODULE,
255254
.ids = haps_device_ids,
256255
.flags = ACPI_DRIVER_ALL_NOTIFY_EVENTS,
257256
.ops = {

0 commit comments

Comments
 (0)