diff options
Diffstat (limited to 'drivers/acpi/acpica/acstruct.h')
| -rw-r--r-- | drivers/acpi/acpica/acstruct.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/acpi/acpica/acstruct.h b/drivers/acpi/acpica/acstruct.h index 0e2c66af3c9d..6e5dd97949fe 100644 --- a/drivers/acpi/acpica/acstruct.h +++ b/drivers/acpi/acpica/acstruct.h | |||
| @@ -201,11 +201,11 @@ struct acpi_evaluate_info { | |||
| 201 | /* Info used by acpi_ns_initialize_devices */ | 201 | /* Info used by acpi_ns_initialize_devices */ |
| 202 | 202 | ||
| 203 | struct acpi_device_walk_info { | 203 | struct acpi_device_walk_info { |
| 204 | u16 device_count; | ||
| 205 | u16 num_STA; | ||
| 206 | u16 num_INI; | ||
| 207 | struct acpi_table_desc *table_desc; | 204 | struct acpi_table_desc *table_desc; |
| 208 | struct acpi_evaluate_info *evaluate_info; | 205 | struct acpi_evaluate_info *evaluate_info; |
| 206 | u32 device_count; | ||
| 207 | u32 num_STA; | ||
| 208 | u32 num_INI; | ||
| 209 | }; | 209 | }; |
| 210 | 210 | ||
| 211 | /* TBD: [Restructure] Merge with struct above */ | 211 | /* TBD: [Restructure] Merge with struct above */ |
