From 8811b910b092027f905013bced1da3e87c6b07b9 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Tue, 16 Jun 2015 19:48:16 +0000 Subject: Import ACPICA 20150616. --- source/compiler/aslmapoutput.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/compiler/aslmapoutput.c') diff --git a/source/compiler/aslmapoutput.c b/source/compiler/aslmapoutput.c index c8d8c68dfb3e..07ed89a1eb59 100644 --- a/source/compiler/aslmapoutput.c +++ b/source/compiler/aslmapoutput.c @@ -207,7 +207,7 @@ MpEmitGpioInfo ( /* Print header info for the controller itself */ if (!PrevDeviceName || - ACPI_STRCMP (PrevDeviceName, Info->DeviceName)) + strcmp (PrevDeviceName, Info->DeviceName)) { FlPrintFile (ASL_FILE_MAP_OUTPUT, "\n\nGPIO Controller: %-8s %-28s", @@ -360,7 +360,7 @@ MpEmitSerialInfo ( /* Print header info for the controller itself */ if (!PrevDeviceName || - ACPI_STRCMP (PrevDeviceName, Info->DeviceName)) + strcmp (PrevDeviceName, Info->DeviceName)) { FlPrintFile (ASL_FILE_MAP_OUTPUT, "\n\n%s Controller: ", Type); -- cgit v1.2.3