diff options
| author | Krzysztof Kozlowski <[email protected]> | 2024-03-28 19:49:19 +0000 |
|---|---|---|
| committer | Rafael J. Wysocki <[email protected]> | 2024-04-08 14:16:55 +0000 |
| commit | 68370cc2e32aa811c841b109a34c92ae56c03caa (patch) | |
| tree | b85ee3cb257dc82836d60781881a8924b6b51810 /drivers/platform/x86/intel/rst.c | |
| parent | platform/x86/eeepc: drop owner assignment (diff) | |
| download | kernel-68370cc2e32aa811c841b109a34c92ae56c03caa.tar.gz kernel-68370cc2e32aa811c841b109a34c92ae56c03caa.zip | |
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]>
Diffstat (limited to 'drivers/platform/x86/intel/rst.c')
| -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, |
