mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 20:46:48 +02:00
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>
This commit is contained in:
parent
68370cc2e3
commit
e84a761f12
|
|
@ -32,7 +32,6 @@ static const struct acpi_device_id smartconnect_ids[] = {
|
|||
MODULE_DEVICE_TABLE(acpi, smartconnect_ids);
|
||||
|
||||
static struct acpi_driver smartconnect_driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "intel_smart_connect",
|
||||
.class = "intel_smart_connect",
|
||||
.ids = smartconnect_ids,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user