diff options
author | Krzysztof Kozlowski <[email protected]> | 2024-03-28 20:49:19 +0100 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2024-04-08 16:16:55 +0200 |
commit | 68370cc2e32aa811c841b109a34c92ae56c03caa (patch) | |
tree | b85ee3cb257dc82836d60781881a8924b6b51810 | |
parent | 4313188f8128e9207eeb6808201b121cdaed1861 (diff) |
platform/x86/intel/rst: 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]>
-rw-r--r-- | drivers/platform/x86/intel/rst.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/platform/x86/intel/rst.c b/drivers/platform/x86/intel/rst.c index 35814a7707af..6bc9c4a603e0 100644 --- a/drivers/platform/x86/intel/rst.c +++ b/drivers/platform/x86/intel/rst.c @@ -125,7 +125,6 @@ static const struct acpi_device_id irst_ids[] = { }; static struct acpi_driver irst_driver = { - .owner = THIS_MODULE, .name = "intel_rapid_start", .class = "intel_rapid_start", .ids = irst_ids, |