Skip to content

Commit e84a761

Browse files
krzkrafaeljw
authored andcommitted
platform/x86/intel/smartconnect: 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 68370cc commit e84a761

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/platform/x86/intel/smartconnect.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ static const struct acpi_device_id smartconnect_ids[] = {
3232
MODULE_DEVICE_TABLE(acpi, smartconnect_ids);
3333

3434
static struct acpi_driver smartconnect_driver = {
35-
.owner = THIS_MODULE,
3635
.name = "intel_smart_connect",
3736
.class = "intel_smart_connect",
3837
.ids = smartconnect_ids,

0 commit comments

Comments
 (0)