diff options
Diffstat (limited to 'include/acpi/aclocal.h')
-rw-r--r-- | include/acpi/aclocal.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 | { |