From: Lv Zheng Date: Tue, 8 Jul 2014 02:07:46 +0000 (+0800) Subject: ACPICA: acpidump: Replace file IOs with new APIs to improve portability X-Git-Tag: cleanup-for-v3.18~101^2~15^2~10 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcaff16df2750a400db1983754542f2cc6bf4e93;p=pandora-kernel.git ACPICA: acpidump: Replace file IOs with new APIs to improve portability The new APIs are enabled to offer a portable layer to access files: 1. acpi_os_XXX_file_XXX: Wrapper of fopen/fclose/fread/fwrite 2. acpi_os_printf: Wrapper of printf 3. acpi_log_error: Wrapper of fprintf(stderr) This patch deploys such mechanisms to acpidump to improve the portability of this tool. Lv Zheng. Signed-off-by: Lv Zheng Signed-off-by: Bob Moore Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed