diff options
Diffstat (limited to 'include/acpi/acnamesp.h')
-rw-r--r-- | include/acpi/acnamesp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/acpi/acnamesp.h b/include/acpi/acnamesp.h index d1b3ce80056f..0c9ba707925b 100644 --- a/include/acpi/acnamesp.h +++ b/include/acpi/acnamesp.h | |||
@@ -124,7 +124,7 @@ acpi_ns_parse_table ( | |||
124 | 124 | ||
125 | acpi_status | 125 | acpi_status |
126 | acpi_ns_one_complete_parse ( | 126 | acpi_ns_one_complete_parse ( |
127 | u32 pass_number, | 127 | u8 pass_number, |
128 | struct acpi_table_desc *table_desc); | 128 | struct acpi_table_desc *table_desc); |
129 | 129 | ||
130 | 130 | ||
@@ -163,7 +163,7 @@ acpi_ns_delete_namespace_subtree ( | |||
163 | 163 | ||
164 | void | 164 | void |
165 | acpi_ns_delete_namespace_by_owner ( | 165 | acpi_ns_delete_namespace_by_owner ( |
166 | u16 table_id); | 166 | acpi_owner_id owner_id); |
167 | 167 | ||
168 | void | 168 | void |
169 | acpi_ns_detach_object ( | 169 | acpi_ns_detach_object ( |
@@ -219,7 +219,7 @@ acpi_ns_dump_objects ( | |||
219 | acpi_object_type type, | 219 | acpi_object_type type, |
220 | u8 display_type, | 220 | u8 display_type, |
221 | u32 max_depth, | 221 | u32 max_depth, |
222 | u32 ownder_id, | 222 | acpi_owner_id owner_id, |
223 | acpi_handle start_handle); | 223 | acpi_handle start_handle); |
224 | #endif /* ACPI_FUTURE_USAGE */ | 224 | #endif /* ACPI_FUTURE_USAGE */ |
225 | 225 | ||