summaryrefslogtreecommitdiff
path: root/drivers/acpi/include/amlcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/include/amlcode.h')
-rw-r--r--drivers/acpi/include/amlcode.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/acpi/include/amlcode.h b/drivers/acpi/include/amlcode.h
index ddcffdf80897..b5802baca761 100644
--- a/drivers/acpi/include/amlcode.h
+++ b/drivers/acpi/include/amlcode.h
@@ -3,7 +3,7 @@
* Name: amlcode.h - Definitions for AML, as included in "definition blocks"
* Declarations and definitions contained herein are derived
* directly from the ACPI specification.
- * $Revision: 68 $
+ * $Revision: 69 $
*
*****************************************************************************/
@@ -474,13 +474,4 @@ typedef enum
#define METHOD_FLAGS_SYNCH_LEVEL 0xF0
-/* Array sizes. Used for range checking also */
-
-#define NUM_ACCESS_TYPES 6
-#define NUM_UPDATE_RULES 3
-#define NUM_MATCH_OPS 7
-#define NUM_OPCODES 256
-#define NUM_FIELD_NAMES 2
-
-
#endif /* __AMLCODE_H__ */