ACPICA: Restructure includes into public/private
[deliverable/linux.git] / drivers / acpi / dispatcher / dsinit.c
index af923c3885205ef70c7313aee98611a9c3b7656c..4f1cdd823fcc4b64ba2b56be3b94a86f2b37bdd5 100644 (file)
@@ -5,7 +5,7 @@
  *****************************************************************************/
 
 /*
- * Copyright (C) 2000 - 2007, R. Byron Moore
+ * Copyright (C) 2000 - 2008, Intel Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -42,6 +42,7 @@
  */
 
 #include <acpi/acpi.h>
+#include <acpi/accommon.h>
 #include <acpi/acdispat.h>
 #include <acpi/acnamesp.h>
 #include <acpi/actables.h>
@@ -151,7 +152,7 @@ acpi_ds_init_one_object(acpi_handle obj_handle,
  ******************************************************************************/
 
 acpi_status
-acpi_ds_initialize_objects(acpi_native_uint table_index,
+acpi_ds_initialize_objects(u32 table_index,
                           struct acpi_namespace_node * start_node)
 {
        acpi_status status;
This page took 0.027544 seconds and 5 git commands to generate.