[ACPI] ACPICA 20050729 from Bob Moore
[deliverable/linux.git] / drivers / acpi / utilities / utalloc.c
index 5061c6f0ee66ef016dcf7c1abf4509cb1ec0dbe1..78270f50e625bda9bc73e3277cc2e220c47db68f 100644 (file)
@@ -76,7 +76,7 @@ static acpi_status
 acpi_ut_create_list (
        char                            *list_name,
        u16                             object_size,
-       acpi_handle                     *return_cache);
+       struct acpi_memory_list         **return_cache);
 #endif
 
 
@@ -428,7 +428,7 @@ static acpi_status
 acpi_ut_create_list (
        char                            *list_name,
        u16                             object_size,
-       acpi_handle                     *return_cache)
+       struct acpi_memory_list         **return_cache)
 {
        struct acpi_memory_list         *cache;
 
This page took 0.025265 seconds and 5 git commands to generate.