diff options
author | Len Brown <len.brown@intel.com> | 2009-06-13 02:42:08 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-06-13 02:50:38 +0200 |
commit | 4a7a16dc061e4c57bf288150f51bd4c2ace33723 (patch) | |
tree | 34bd1b25321269b8ad8a172e03655db2a28ecca7 /include | |
parent | ACPI, PCI, x86: move MCFG parsing routine from ACPI to PCI file (diff) | |
download | linux-4a7a16dc061e4c57bf288150f51bd4c2ace33723.tar.xz linux-4a7a16dc061e4c57bf288150f51bd4c2ace33723.zip |
ACPI: move declaration acpi_early_init() to acpi.h
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/acpi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/acpi.h b/include/linux/acpi.h index 73cb141150df..bf17681cb06f 100644 --- a/include/linux/acpi.h +++ b/include/linux/acpi.h @@ -290,7 +290,10 @@ void __init acpi_s4_no_nvs(void); OSC_PCI_EXPRESS_CAP_STRUCTURE_CONTROL) extern acpi_status acpi_pci_osc_control_set(acpi_handle handle, u32 flags); +extern void acpi_early_init(void); + #else /* CONFIG_ACPI */ +static inline void acpi_early_init(void) { } static inline int early_acpi_boot_init(void) { |