summaryrefslogtreecommitdiffstats
path: root/source/components/utilities/utxface.c
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2014-11-10 21:30:04 +0000
committerjkim <jkim@FreeBSD.org>2014-11-10 21:30:04 +0000
commitc289b811b42daf9e7ef5c37a35e951d01c23715a (patch)
treeb4bd3052883fca1145eaa389311d46371584f6d9 /source/components/utilities/utxface.c
parent4a5720e5f30ea6a8d31e75f94046c76ace845126 (diff)
downloadFreeBSD-src-c289b811b42daf9e7ef5c37a35e951d01c23715a.zip
FreeBSD-src-c289b811b42daf9e7ef5c37a35e951d01c23715a.tar.gz
Import ACPICA 20141107.
Diffstat (limited to 'source/components/utilities/utxface.c')
-rw-r--r--source/components/utilities/utxface.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/components/utilities/utxface.c b/source/components/utilities/utxface.c
index dedeab3..671622b 100644
--- a/source/components/utilities/utxface.c
+++ b/source/components/utilities/utxface.c
@@ -41,7 +41,6 @@
* POSSIBILITY OF SUCH DAMAGES.
*/
-#define __UTXFACE_C__
#define EXPORT_ACPI_INTERFACES
#include "acpi.h"
@@ -621,7 +620,9 @@ AcpiDecodePldBuffer (
ACPI_MOVE_32_TO_32 (&Dword, &Buffer[0]);
PldInfo->Revision = ACPI_PLD_GET_REVISION (&Dword);
PldInfo->IgnoreColor = ACPI_PLD_GET_IGNORE_COLOR (&Dword);
- PldInfo->Color = ACPI_PLD_GET_COLOR (&Dword);
+ PldInfo->Red = ACPI_PLD_GET_RED (&Dword);
+ PldInfo->Green = ACPI_PLD_GET_GREEN (&Dword);
+ PldInfo->Blue = ACPI_PLD_GET_BLUE (&Dword);
/* Second 32-bit DWord */
OpenPOWER on IntegriCloud