[PATCH 8/8] acpi: move acpi_gbl_permanent_mmap to acpixf.h

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



acglobal.h now is acpica internal use only.
Move acpi_gbl_permanent_mmap to acpixf.h for external use.

Signed-off-by: Lin Ming <ming.m.lin@xxxxxxxxx>
---
include/acpi/acglobal.h |    1 -
include/acpi/acpixf.h   |    2 ++
2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/include/acpi/acglobal.h b/include/acpi/acglobal.h
index fddd865..78f3c14 100644
--- a/include/acpi/acglobal.h
+++ b/include/acpi/acglobal.h
@@ -141,7 +141,6 @@ ACPI_EXTERN u32 acpi_gbl_trace_flags;
ACPI_EXTERN struct acpi_internal_rsdt acpi_gbl_root_table_list;
ACPI_EXTERN struct acpi_table_fadt acpi_gbl_FADT;
ACPI_EXTERN struct acpi_table_facs *acpi_gbl_FACS;
-extern u8 acpi_gbl_permanent_mmap;

/* These addresses are calculated from FADT address values */

diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h
index ee5cbbb..8a60343 100644
--- a/include/acpi/acpixf.h
+++ b/include/acpi/acpixf.h
@@ -58,6 +58,8 @@
extern u32 acpi_current_gpe_count;
extern struct acpi_table_fadt acpi_gbl_FADT;

+extern u8 acpi_gbl_permanent_mmap;
+
/* Run-time configuration */

extern u32 acpi_dbg_level;


--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux IBM ACPI]     [Linux Power Management]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]     [Linux Resources]

  Powered by Linux