diff options
Diffstat (limited to 'drivers/acpi/acpica/aclocal.h')
-rw-r--r-- | drivers/acpi/acpica/aclocal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/aclocal.h b/drivers/acpi/acpica/aclocal.h index dafa0f6c5fe8..53ed1a8ba4f0 100644 --- a/drivers/acpi/acpica/aclocal.h +++ b/drivers/acpi/acpica/aclocal.h | |||
@@ -1072,7 +1072,7 @@ struct acpi_db_method_info { | |||
1072 | char *name; | 1072 | char *name; |
1073 | u32 flags; | 1073 | u32 flags; |
1074 | u32 num_loops; | 1074 | u32 num_loops; |
1075 | char pathname[128]; | 1075 | char pathname[ACPI_DB_LINE_BUFFER_SIZE]; |
1076 | char **args; | 1076 | char **args; |
1077 | acpi_object_type *types; | 1077 | acpi_object_type *types; |
1078 | 1078 | ||