aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/acpica')
-rw-r--r--drivers/acpi/acpica/aclocal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/aclocal.h b/drivers/acpi/acpica/aclocal.h
index 351a1cd64b35..034402dbc13a 100644
--- a/drivers/acpi/acpica/aclocal.h
+++ b/drivers/acpi/acpica/aclocal.h
@@ -869,6 +869,7 @@ struct acpi_parse_state {
869#define ACPI_PARSEOP_CLOSING_PAREN 0x10 869#define ACPI_PARSEOP_CLOSING_PAREN 0x10
870#define ACPI_PARSEOP_COMPOUND 0x20 870#define ACPI_PARSEOP_COMPOUND 0x20
871#define ACPI_PARSEOP_ASSIGNMENT 0x40 871#define ACPI_PARSEOP_ASSIGNMENT 0x40
872#define ACPI_PARSEOP_ELSEIF 0x80
872 873
873/***************************************************************************** 874/*****************************************************************************
874 * 875 *