linux/include/acpi/platform
Lv Zheng 5a4f0693a5 ACPICA: MSVC: Fix inclusion order issue of <crtdbg.h>
ACPICA commit 49c6a6517a906900e9baa51ad5859beeb8a3089f

The following error logs can be seen for calloc/free/malloc/realloc that
defined in the stdlib.h:
...\stdlib.h(281) : error C2059: syntax error : ','
...\stdlib.h(281) : error C2143: syntax error : missing ')' before 'constant'
...\stdlib.h(281) : error C2143: syntax error : missing '{' before 'constant'
...\stdlib.h(281) : error C2059: syntax error : '<Unknown>'
...\stdlib.h(281) : error C2059: syntax error : ')'

This is caused by the wrong inclusion order of stdlib.h/crtdbg.h introduced
in acenv.h. This patch fixes this breakage. Lv Zheng.

This patch doesn't affect Linux kernel.

Link: https://github.com/acpica/acpica/commit/49c6a651
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2015-07-23 23:09:08 +02:00
..
acenv.h ACPICA: De-macroize calls to standard C library functions 2015-07-01 23:17:55 +02:00
acenvex.h ACPICA: MSVC: Fix inclusion order issue of <crtdbg.h> 2015-07-23 23:09:08 +02:00
acgcc.h ACPICA: MSVC6: Fix build issue for variable argument macros 2015-07-01 23:17:53 +02:00
aclinux.h ACPICA: Update Copyright headers to 2015 2015-02-05 15:31:43 +01:00
aclinuxex.h ACPICA: Update Copyright headers to 2015 2015-02-05 15:31:43 +01:00
acmsvcex.h ACPICA: MSVC: Fix inclusion order issue of <crtdbg.h> 2015-07-23 23:09:08 +02:00
acwinex.h ACPICA: MSVC: Fix inclusion order issue of <crtdbg.h> 2015-07-23 23:09:08 +02:00