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/acpixf.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/acpixf.h')
-rw-r--r-- | include/acpi/acpixf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index c9b903f3625a..be0aa5eb0ba7 100644 --- a/include/acpi/acpixf.h +++ b/include/acpi/acpixf.h | |||
@@ -48,6 +48,8 @@ | |||
48 | #include "actypes.h" | 48 | #include "actypes.h" |
49 | #include "actbl.h" | 49 | #include "actbl.h" |
50 | 50 | ||
51 | extern u8 acpi_gbl_permanent_mmap; | ||
52 | |||
51 | /* | 53 | /* |
52 | * Global interfaces | 54 | * Global interfaces |
53 | */ | 55 | */ |