include/acpi/acpi_pld.h: Remove comment on PLD

Remove comment on PLD horizontal position as ACPI spec 6.5 define that
field:
https://uefi.org/specs/ACPI/6.5/06_Device_Configuration.html?highlight=pld%20horizontal#buffer-0-return-value

Change-Id: I228e0780699c223f1e3227fd45ec094e0c46205e
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70297
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
Elyes Haouas 2022-12-05 09:31:47 +01:00 committed by Martin L Roth
parent d3a6806914
commit a421ae99fb
1 changed files with 0 additions and 6 deletions

View File

@ -22,12 +22,6 @@ enum acpi_pld_vertical_position {
PLD_VERTICAL_POSITION_LOWER
};
/*
* The ACPI spec 6.2A does not define the horizontal position field.
* These values are taken from the IASL compiler:
* https://github.com/acpica/acpica/blob/master/source/components/utilities/utglobal.c#L321
*/
enum acpi_pld_horizontal_position {
PLD_HORIZONTAL_POSITION_LEFT,
PLD_HORIZONTAL_POSITION_CENTER,