diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/acpi/acpi_pld.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/acpi/acpi_pld.h b/src/include/acpi/acpi_pld.h index f89a68054e..98d7f9ebcf 100644 --- a/src/include/acpi/acpi_pld.h +++ b/src/include/acpi/acpi_pld.h @@ -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, |