diff options
Diffstat (limited to 'include/acpi/acstruct.h')
-rw-r--r-- | include/acpi/acstruct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acpi/acstruct.h b/include/acpi/acstruct.h index 818c24d7d2d1..7980a26bad35 100644 --- a/include/acpi/acstruct.h +++ b/include/acpi/acstruct.h | |||
@@ -142,7 +142,7 @@ struct acpi_init_walk_info { | |||
142 | u16 package_init; | 142 | u16 package_init; |
143 | u16 object_count; | 143 | u16 object_count; |
144 | acpi_owner_id owner_id; | 144 | acpi_owner_id owner_id; |
145 | acpi_native_uint table_index; | 145 | u32 table_index; |
146 | }; | 146 | }; |
147 | 147 | ||
148 | struct acpi_get_devices_info { | 148 | struct acpi_get_devices_info { |