public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 8/8] acpi: move acpi_gbl_permanent_mmap to acpixf.h
@ 2008-11-26  2:56 Lin Ming
  0 siblings, 0 replies; only message in thread
From: Lin Ming @ 2008-11-26  2:56 UTC (permalink / raw)
  To: Len Brown, Moore, Robert; +Cc: linux-acpi

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@intel.com>
---
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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-26  3:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-26  2:56 [PATCH 8/8] acpi: move acpi_gbl_permanent_mmap to acpixf.h Lin Ming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox