diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/acpi/acconfig.h | 2 | ||||
-rw-r--r-- | include/acpi/acevents.h | 2 | ||||
-rw-r--r-- | include/acpi/aclocal.h | 3 | ||||
-rw-r--r-- | include/acpi/acopcode.h | 2 | ||||
-rw-r--r-- | include/acpi/acpixf.h | 2 |
5 files changed, 6 insertions, 5 deletions
diff --git a/include/acpi/acconfig.h b/include/acpi/acconfig.h index 2f6ab189fc6f..a268c4ae1877 100644 --- a/include/acpi/acconfig.h +++ b/include/acpi/acconfig.h | |||
@@ -64,7 +64,7 @@ | |||
64 | 64 | ||
65 | /* Version string */ | 65 | /* Version string */ |
66 | 66 | ||
67 | #define ACPI_CA_VERSION 0x20050408 | 67 | #define ACPI_CA_VERSION 0x20050513 |
68 | 68 | ||
69 | /* | 69 | /* |
70 | * OS name, used for the _OS object. The _OS object is essentially obsolete, | 70 | * OS name, used for the _OS object. The _OS object is essentially obsolete, |
diff --git a/include/acpi/acevents.h b/include/acpi/acevents.h index 61a27c8c5079..301c5cce6660 100644 --- a/include/acpi/acevents.h +++ b/include/acpi/acevents.h | |||
@@ -136,7 +136,7 @@ acpi_ev_create_gpe_block ( | |||
136 | struct acpi_generic_address *gpe_block_address, | 136 | struct acpi_generic_address *gpe_block_address, |
137 | u32 register_count, | 137 | u32 register_count, |
138 | u8 gpe_block_base_number, | 138 | u8 gpe_block_base_number, |
139 | u32 interrupt_level, | 139 | u32 interrupt_number, |
140 | struct acpi_gpe_block_info **return_gpe_block); | 140 | struct acpi_gpe_block_info **return_gpe_block); |
141 | 141 | ||
142 | acpi_status | 142 | acpi_status |
diff --git a/include/acpi/aclocal.h b/include/acpi/aclocal.h index 030e641115cb..52c6a2025860 100644 --- a/include/acpi/aclocal.h +++ b/include/acpi/aclocal.h | |||
@@ -365,7 +365,7 @@ struct acpi_gpe_xrupt_info | |||
365 | struct acpi_gpe_xrupt_info *previous; | 365 | struct acpi_gpe_xrupt_info *previous; |
366 | struct acpi_gpe_xrupt_info *next; | 366 | struct acpi_gpe_xrupt_info *next; |
367 | struct acpi_gpe_block_info *gpe_block_list_head; /* List of GPE blocks for this xrupt */ | 367 | struct acpi_gpe_block_info *gpe_block_list_head; /* List of GPE blocks for this xrupt */ |
368 | u32 interrupt_level; /* System interrupt level */ | 368 | u32 interrupt_number; /* System interrupt number */ |
369 | }; | 369 | }; |
370 | 370 | ||
371 | 371 | ||
@@ -737,6 +737,7 @@ struct acpi_parse_state | |||
737 | ****************************************************************************/ | 737 | ****************************************************************************/ |
738 | 738 | ||
739 | #define PCI_ROOT_HID_STRING "PNP0A03" | 739 | #define PCI_ROOT_HID_STRING "PNP0A03" |
740 | #define PCI_EXPRESS_ROOT_HID_STRING "PNP0A08" | ||
740 | 741 | ||
741 | struct acpi_bit_register_info | 742 | struct acpi_bit_register_info |
742 | { | 743 | { |
diff --git a/include/acpi/acopcode.h b/include/acpi/acopcode.h index 118ecba4cf05..093f697e8c54 100644 --- a/include/acpi/acopcode.h +++ b/include/acpi/acopcode.h | |||
@@ -246,7 +246,7 @@ | |||
246 | #define ARGI_FIELD_OP ARGI_INVALID_OPCODE | 246 | #define ARGI_FIELD_OP ARGI_INVALID_OPCODE |
247 | #define ARGI_FIND_SET_LEFT_BIT_OP ARGI_LIST2 (ARGI_INTEGER, ARGI_TARGETREF) | 247 | #define ARGI_FIND_SET_LEFT_BIT_OP ARGI_LIST2 (ARGI_INTEGER, ARGI_TARGETREF) |
248 | #define ARGI_FIND_SET_RIGHT_BIT_OP ARGI_LIST2 (ARGI_INTEGER, ARGI_TARGETREF) | 248 | #define ARGI_FIND_SET_RIGHT_BIT_OP ARGI_LIST2 (ARGI_INTEGER, ARGI_TARGETREF) |
249 | #define ARGI_FROM_BCD_OP ARGI_LIST2 (ARGI_INTEGER, ARGI_TARGETREF) | 249 | #define ARGI_FROM_BCD_OP ARGI_LIST2 (ARGI_INTEGER, ARGI_FIXED_TARGET) |
250 | #define ARGI_IF_OP ARGI_INVALID_OPCODE | 250 | #define ARGI_IF_OP ARGI_INVALID_OPCODE |
251 | #define ARGI_INCREMENT_OP ARGI_LIST1 (ARGI_INTEGER_REF) | 251 | #define ARGI_INCREMENT_OP ARGI_LIST1 (ARGI_INTEGER_REF) |
252 | #define ARGI_INDEX_FIELD_OP ARGI_INVALID_OPCODE | 252 | #define ARGI_INDEX_FIELD_OP ARGI_INVALID_OPCODE |
diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index f8f619f8e4f8..9ca212d73fb5 100644 --- a/include/acpi/acpixf.h +++ b/include/acpi/acpixf.h | |||
@@ -387,7 +387,7 @@ acpi_install_gpe_block ( | |||
387 | acpi_handle gpe_device, | 387 | acpi_handle gpe_device, |
388 | struct acpi_generic_address *gpe_block_address, | 388 | struct acpi_generic_address *gpe_block_address, |
389 | u32 register_count, | 389 | u32 register_count, |
390 | u32 interrupt_level); | 390 | u32 interrupt_number); |
391 | 391 | ||
392 | acpi_status | 392 | acpi_status |
393 | acpi_remove_gpe_block ( | 393 | acpi_remove_gpe_block ( |