ACPI: resource: Drop .ident values from dmi_system_id tables
authorHans de Goede <hdegoede@redhat.com>
Wed, 13 Sep 2023 11:19:51 +0000 (13:19 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 18 Sep 2023 18:48:37 +0000 (20:48 +0200)
commit424009ab203086288dcd183d3ab48d243eb31268
tree35472c2b70f434e7f39ff0fa117c5eb09cdc9a7a
parentd37273af0e428e95a34841c1ade16b172db6c2b5
ACPI: resource: Drop .ident values from dmi_system_id tables

The dmi_system_id.ident values are not used, replace the
.ident = "$ident" lines with /* $ident */ to drop the unused strings
from the text section.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/resource.c