diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-01-02 19:01:21 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2013-01-02 19:01:21 +0000 |
commit | b28e481ae9b051dab150e9b5a89730cdc1103a9c (patch) | |
tree | 434e706ece73a93073f350c91cd35ed7d7e98811 /source/include/acglobal.h | |
parent | c2463a8709e5b3a5ce54c09d35b4820a756b0fc5 (diff) |
Import ACPICA 20121220.vendor/acpica/20121220
Notes
Notes:
svn path=/vendor-sys/acpica/dist/; revision=244971
svn path=/vendor-sys/acpica/20121220/; revision=244972; tag=vendor/acpica/20121220
Diffstat (limited to 'source/include/acglobal.h')
-rw-r--r-- | source/include/acglobal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/include/acglobal.h b/source/include/acglobal.h index 42c623457dae..1139729010a0 100644 --- a/source/include/acglobal.h +++ b/source/include/acglobal.h @@ -349,7 +349,6 @@ ACPI_EXTERN UINT32 AcpiGbl_DeepestNesting; * ****************************************************************************/ - ACPI_EXTERN ACPI_THREAD_STATE *AcpiGbl_CurrentWalkList; /* Control method single step flag */ |