ACPICA: Utilities: Cleanup declarations of the acpi_gbl_debug_file global.
authorLv Zheng <lv.zheng@intel.com>
Wed, 8 Jan 2014 05:45:02 +0000 (13:45 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 8 Jan 2014 14:31:39 +0000 (15:31 +0100)
commit71487f3ffd77a33a5335e8350e8828daa0941c28
tree70368bc06b03f214ed9dd244fa0cb7b6edeb1258
parented6069445dbfd765d0b652aba8589eb8a6a0a197
ACPICA: Utilities: Cleanup declarations of the acpi_gbl_debug_file global.

This global is acting as an OSL global variable, implemented in the
oswinxf.c and osunixxf.c.

This patch cleans up the definition of this variable so that new utilities
do not need to define it in order to link.

Linux kernel behaviour is not affected as the changes only applies to the
ACPICA userspace utilities which are not shipped in the kernel currently.

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>
drivers/acpi/acpica/acglobal.h
include/acpi/platform/acenv.h