Keith Hui has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/41094 )
Change subject: sb/intel/i82371eb: Fix iasl warning ......................................................................
sb/intel/i82371eb: Fix iasl warning
The backslash on the very last line is not needed and causes an iasl warning.
Change-Id: I27e78bc34b9386dd014db5880a104693b4f0db5a Signed-off-by: Keith Hui buurin@gmail.com --- M src/southbridge/intel/i82371eb/acpi/intx.asl 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/94/41094/1
diff --git a/src/southbridge/intel/i82371eb/acpi/intx.asl b/src/southbridge/intel/i82371eb/acpi/intx.asl index c1dc508..fe2c180 100644 --- a/src/southbridge/intel/i82371eb/acpi/intx.asl +++ b/src/southbridge/intel/i82371eb/acpi/intx.asl @@ -45,4 +45,4 @@ } \ Store(Local0, pinx) \ } \ -} \ +}