Skip to content

Commit d49c09d

Browse files
krzkrafaeljw
authored andcommitted
platform/x86/wireless-hotkey: 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 eb22f3b commit d49c09d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/platform/x86/wireless-hotkey.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ static void wl_remove(struct acpi_device *device)
110110

111111
static struct acpi_driver wl_driver = {
112112
.name = "wireless-hotkey",
113-
.owner = THIS_MODULE,
114113
.ids = wl_ids,
115114
.ops = {
116115
.add = wl_add,

0 commit comments

Comments
 (0)