diff options
Diffstat (limited to 'include/acpi/acpi_bus.h')
-rw-r--r-- | include/acpi/acpi_bus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index a6b4037beeae..e7df8423d15c 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h | |||
@@ -184,7 +184,7 @@ struct acpi_device_dir { | |||
184 | 184 | ||
185 | typedef char acpi_bus_id[5]; | 185 | typedef char acpi_bus_id[5]; |
186 | typedef unsigned long acpi_bus_address; | 186 | typedef unsigned long acpi_bus_address; |
187 | typedef char acpi_hardware_id[9]; | 187 | typedef char acpi_hardware_id[15]; |
188 | typedef char acpi_unique_id[9]; | 188 | typedef char acpi_unique_id[9]; |
189 | typedef char acpi_device_name[40]; | 189 | typedef char acpi_device_name[40]; |
190 | typedef char acpi_device_class[20]; | 190 | typedef char acpi_device_class[20]; |