From: Lv Zheng Date: Tue, 8 Jul 2014 02:06:53 +0000 (+0800) Subject: ACPICA: OSL: Add portable file IO to improve portability X-Git-Tag: omap-for-v3.17/fixes-against-rc2~142^2~15^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7824f44ecfef4f05caaa8f9536c523b8d645f102;p=pandora-kernel.git ACPICA: OSL: Add portable file IO to improve portability This patch adds portable file IO to generic OSL to improve the portability of the applications. A portable application may use different file IO interfaces than the standard C library ones. This patch thus introduces an abstract file IO layer into the generic OSL. Note that this patch does not introduce users of such interfaces, further patches should introduce users one by one carefully with build tests performed. Lv Zheng. Signed-off-by: Lv Zheng Signed-off-by: Bob Moore Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed