ACPI: video: Drop dmi_system_id.ident settings from video_detect_dmi_table[]
authorHans de Goede <hdegoede@redhat.com>
Wed, 3 Nov 2021 14:26:19 +0000 (15:26 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 3 Nov 2021 18:32:21 +0000 (19:32 +0100)
commit3b6740bdd53cb3713642942c5476fcb6969d57d8
tree2382b1fa5048af1a64ccc40f719874902297b173
parentc0d6586afa3546a3d148cf4b9d9a407b4f79d0bb
ACPI: video: Drop dmi_system_id.ident settings from video_detect_dmi_table[]

The .ident field of the dmi_system_id structs in the
video_detect_dmi_table[] is not used by the code.

Change all .ident = "..." assignments to comments, this reduces the
size of video_detect.o / video.ko by about 1500 bytes.

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