e0c5bc1759
* ACPICA: Update to version 20180313 * dmi: dmicheck: add chassis type for Type 3 * klog.json: change severity for AE_ALREADY_EXISTS errors * olog:olog.json: Update OPAL skiboot errors to check on olog scan * uefirtauthvar: remove test with EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=73
14 lines
576 B
Diff
14 lines
576 B
Diff
Index: fwts-18.03.00/src/acpica/source/compiler/aslutils.c
|
|
===================================================================
|
|
--- fwts-18.03.00.orig/src/acpica/source/compiler/aslutils.c
|
|
+++ fwts-18.03.00/src/acpica/source/compiler/aslutils.c
|
|
@@ -451,7 +451,7 @@ UtDisplaySummary (
|
|
/* Compiler name and version number */
|
|
|
|
FlPrintFile (FileId, "%s version %X [%s]\n\n",
|
|
- ASL_COMPILER_NAME, (UINT32) ACPI_CA_VERSION, __DATE__);
|
|
+ ASL_COMPILER_NAME, (UINT32) ACPI_CA_VERSION);
|
|
}
|
|
|
|
/* Summary of main input and output files */
|