Skip to content

Commit 68370cc

Browse files
krzkrafaeljw
authored andcommitted
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>
1 parent 4313188 commit 68370cc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • drivers/platform/x86/intel

drivers/platform/x86/intel/rst.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ static const struct acpi_device_id irst_ids[] = {
125125
};
126126

127127
static struct acpi_driver irst_driver = {
128-
.owner = THIS_MODULE,
129128
.name = "intel_rapid_start",
130129
.class = "intel_rapid_start",
131130
.ids = irst_ids,

0 commit comments

Comments
 (0)