988424868c
* dmicheck: checks (Extended) Maximum Capacity for type 16 * snapcraft: add libbsd-dev to build-packages * efi_runtime: re-enable the resetsystem runtime interface * olog:olog.json: Update OPAL skiboot errors to check on olog scan * acpi: button: check fixed hardware & control method power buttons * kernelscan: add -k option to specify klog json filename * src/lib: add module probing helper functions * lib: fwts_efi_module: use the new module loading helper functions * lib/fwts_cpu: use new use the new module loading helper functions OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=83
14 lines
576 B
Diff
14 lines
576 B
Diff
Index: fwts-18.11.00/src/acpica/source/compiler/aslutils.c
|
|
===================================================================
|
|
--- fwts-18.11.00.orig/src/acpica/source/compiler/aslutils.c
|
|
+++ fwts-18.11.00/src/acpica/source/compiler/aslutils.c
|
|
@@ -542,7 +542,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 */
|