diff options
-rw-r--r-- | drivers/acpi/acpica/acconfig.h | 1 | ||||
-rw-r--r-- | include/acpi/actypes.h | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/drivers/acpi/acpica/acconfig.h b/drivers/acpi/acpica/acconfig.h index c115bb9bd4d3..bc533dde16c4 100644 --- a/drivers/acpi/acpica/acconfig.h +++ b/drivers/acpi/acpica/acconfig.h | |||
@@ -187,7 +187,6 @@ | |||
187 | 187 | ||
188 | /* Operation regions */ | 188 | /* Operation regions */ |
189 | 189 | ||
190 | #define ACPI_NUM_PREDEFINED_REGIONS 8 | ||
191 | #define ACPI_USER_REGION_BEGIN 0x80 | 190 | #define ACPI_USER_REGION_BEGIN 0x80 |
192 | 191 | ||
193 | /* Maximum space_ids for Operation Regions */ | 192 | /* Maximum space_ids for Operation Regions */ |
diff --git a/include/acpi/actypes.h b/include/acpi/actypes.h index ad77c613c743..f3b29fa5654e 100644 --- a/include/acpi/actypes.h +++ b/include/acpi/actypes.h | |||
@@ -713,8 +713,10 @@ typedef u8 acpi_adr_space_type; | |||
713 | #define ACPI_ADR_SPACE_PCI_BAR_TARGET (acpi_adr_space_type) 6 | 713 | #define ACPI_ADR_SPACE_PCI_BAR_TARGET (acpi_adr_space_type) 6 |
714 | #define ACPI_ADR_SPACE_IPMI (acpi_adr_space_type) 7 | 714 | #define ACPI_ADR_SPACE_IPMI (acpi_adr_space_type) 7 |
715 | 715 | ||
716 | #define ACPI_NUM_PREDEFINED_REGIONS 8 | ||
717 | |||
716 | /* | 718 | /* |
717 | * Special region types | 719 | * Special Address Spaces |
718 | * | 720 | * |
719 | * Note: A Data Table region is a special type of operation region | 721 | * Note: A Data Table region is a special type of operation region |
720 | * that has its own AML opcode. However, internally, the AML | 722 | * that has its own AML opcode. However, internally, the AML |