diff options
| author | Krzysztof Kozlowski <[email protected]> | 2024-03-28 19:49:20 +0000 |
|---|---|---|
| committer | Rafael J. Wysocki <[email protected]> | 2024-04-08 14:16:56 +0000 |
| commit | e84a761f121524103df7b3674a8cde67a4f78fa6 (patch) | |
| tree | 5599acf38c38c2c89ea5a16cd140b32fcda5ef4a /drivers/platform/x86/intel/smartconnect.c | |
| parent | platform/x86/intel/rst: drop owner assignment (diff) | |
| download | kernel-e84a761f121524103df7b3674a8cde67a4f78fa6.tar.gz kernel-e84a761f121524103df7b3674a8cde67a4f78fa6.zip | |
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 <[email protected]>
Acked-by: Rafael J. Wysocki <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'drivers/platform/x86/intel/smartconnect.c')
| -rw-r--r-- | drivers/platform/x86/intel/smartconnect.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/platform/x86/intel/smartconnect.c b/drivers/platform/x86/intel/smartconnect.c index 64c2dc93472f..cd25d0585324 100644 --- a/drivers/platform/x86/intel/smartconnect.c +++ b/drivers/platform/x86/intel/smartconnect.c @@ -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, |
