diff options
-rw-r--r-- | drivers/acpi/acpica/amlcode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/amlcode.h b/drivers/acpi/acpica/amlcode.h index 2c47b2533144..be9fd009cb28 100644 --- a/drivers/acpi/acpica/amlcode.h +++ b/drivers/acpi/acpica/amlcode.h | |||
@@ -207,7 +207,6 @@ | |||
207 | #define AML_INT_RESERVEDFIELD_OP (u16) 0x0031 | 207 | #define AML_INT_RESERVEDFIELD_OP (u16) 0x0031 |
208 | #define AML_INT_ACCESSFIELD_OP (u16) 0x0032 | 208 | #define AML_INT_ACCESSFIELD_OP (u16) 0x0032 |
209 | #define AML_INT_BYTELIST_OP (u16) 0x0033 | 209 | #define AML_INT_BYTELIST_OP (u16) 0x0033 |
210 | #define AML_INT_STATICSTRING_OP (u16) 0x0034 | ||
211 | #define AML_INT_METHODCALL_OP (u16) 0x0035 | 210 | #define AML_INT_METHODCALL_OP (u16) 0x0035 |
212 | #define AML_INT_RETURN_VALUE_OP (u16) 0x0036 | 211 | #define AML_INT_RETURN_VALUE_OP (u16) 0x0036 |
213 | #define AML_INT_EVAL_SUBTREE_OP (u16) 0x0037 | 212 | #define AML_INT_EVAL_SUBTREE_OP (u16) 0x0037 |