mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
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 <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
4313188f81
commit
68370cc2e3
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user