diff options
author | Lin Ming <ming.m.lin@intel.com> | 2008-12-30 20:23:57 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-12-31 01:02:05 -0500 |
commit | 889c78be9e8d84ea7f991b9b868e006cdb8e42b0 (patch) | |
tree | 07c093a6d3c8e5895eb3cf62ca3f676e3cc4d282 /include/acpi/acglobal.h | |
parent | 9b02d6e198d8249246760a93b3adb8df6ecb5204 (diff) |
ACPI: osl.c: replace return_ACPI_STATUS with return
return_ACPI_STATUS is an internal acpica function, replace it with return.
acpi_gbl_permanent_mmap moved from acglobal.h to acpixf.h for external use
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi/acglobal.h')
-rw-r--r-- | include/acpi/acglobal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/acpi/acglobal.h b/include/acpi/acglobal.h index 77d73a498bfb..90cc82067c72 100644 --- a/include/acpi/acglobal.h +++ b/include/acpi/acglobal.h | |||
@@ -141,7 +141,6 @@ ACPI_EXTERN u32 acpi_gbl_trace_flags; | |||
141 | ACPI_EXTERN struct acpi_internal_rsdt acpi_gbl_root_table_list; | 141 | ACPI_EXTERN struct acpi_internal_rsdt acpi_gbl_root_table_list; |
142 | ACPI_EXTERN struct acpi_table_fadt acpi_gbl_FADT; | 142 | ACPI_EXTERN struct acpi_table_fadt acpi_gbl_FADT; |
143 | ACPI_EXTERN struct acpi_table_facs *acpi_gbl_FACS; | 143 | ACPI_EXTERN struct acpi_table_facs *acpi_gbl_FACS; |
144 | extern u8 acpi_gbl_permanent_mmap; | ||
145 | 144 | ||
146 | /* These addresses are calculated from FADT address values */ | 145 | /* These addresses are calculated from FADT address values */ |
147 | 146 | ||