ACPICA: Restructure includes into public/private
[deliverable/linux.git] / drivers / acpi / tables / tbxfroot.c
index b8c0dfa084f621e9c9731d75245cfe19fd06fc12..3495dca4e86ba892518a8cf35baf3dd7d41ec796 100644 (file)
@@ -42,6 +42,7 @@
  */
 
 #include <acpi/acpi.h>
+#include <acpi/accommon.h>
 #include <acpi/actables.h>
 
 #define _COMPONENT          ACPI_TABLES
@@ -118,7 +119,7 @@ static acpi_status acpi_tb_validate_rsdp(struct acpi_table_rsdp *rsdp)
  *
  ******************************************************************************/
 
-acpi_status acpi_find_root_pointer(acpi_native_uint * table_address)
+acpi_status acpi_find_root_pointer(acpi_size *table_address)
 {
        u8 *table_ptr;
        u8 *mem_rover;
@@ -153,7 +154,7 @@ acpi_status acpi_find_root_pointer(acpi_native_uint * table_address)
                 * 1b) Search EBDA paragraphs (EBDA is required to be a
                 *     minimum of 1_k length)
                 */
-               table_ptr = acpi_os_map_memory((acpi_native_uint)
+               table_ptr = acpi_os_map_memory((acpi_physical_address)
                                               physical_address,
                                               ACPI_EBDA_WINDOW_SIZE);
                if (!table_ptr) {
This page took 0.027118 seconds and 5 git commands to generate.