diff options
Diffstat (limited to 'include/acpi/acpi_bus.h')
-rw-r--r-- | include/acpi/acpi_bus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index 9e6e1c6eb60a..457974073994 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h | |||
@@ -401,6 +401,7 @@ struct acpi_pci_root { | |||
401 | 401 | ||
402 | u32 osc_support_set; /* _OSC state of support bits */ | 402 | u32 osc_support_set; /* _OSC state of support bits */ |
403 | u32 osc_control_set; /* _OSC state of control bits */ | 403 | u32 osc_control_set; /* _OSC state of control bits */ |
404 | phys_addr_t mcfg_addr; | ||
404 | }; | 405 | }; |
405 | 406 | ||
406 | /* helper */ | 407 | /* helper */ |