diff options
Diffstat (limited to 'include/acpi/aclocal.h')
-rw-r--r-- | include/acpi/aclocal.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/acpi/aclocal.h b/include/acpi/aclocal.h index dca0d40ea395..0cb61a72d971 100644 --- a/include/acpi/aclocal.h +++ b/include/acpi/aclocal.h | |||
@@ -573,6 +573,8 @@ struct acpi_parse_obj_named { | |||
573 | 573 | ||
574 | /* The parse node is the fundamental element of the parse tree */ | 574 | /* The parse node is the fundamental element of the parse tree */ |
575 | 575 | ||
576 | #define ACPI_MAX_PARSEOP_NAME 20 | ||
577 | |||
576 | struct acpi_parse_obj_asl { | 578 | struct acpi_parse_obj_asl { |
577 | ACPI_PARSE_COMMON union acpi_parse_object *child; | 579 | ACPI_PARSE_COMMON union acpi_parse_object *child; |
578 | union acpi_parse_object *parent_method; | 580 | union acpi_parse_object *parent_method; |
@@ -597,7 +599,7 @@ struct acpi_parse_obj_asl { | |||
597 | u8 aml_opcode_length; | 599 | u8 aml_opcode_length; |
598 | u8 aml_pkg_len_bytes; | 600 | u8 aml_pkg_len_bytes; |
599 | u8 extra; | 601 | u8 extra; |
600 | char parse_op_name[12]; | 602 | char parse_op_name[ACPI_MAX_PARSEOP_NAME]; |
601 | }; | 603 | }; |
602 | 604 | ||
603 | union acpi_parse_object { | 605 | union acpi_parse_object { |