x86: move acpi and pci declarations
Move acpi/pci related declarations to the correct headers and remove the duplicate. Build fix from: Andrew Morton Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:

committed by
Ingo Molnar

parent
63fefb7d5b
commit
376ff0352c
@@ -44,6 +44,7 @@
|
||||
#include <linux/crash_dump.h>
|
||||
#include <linux/dmi.h>
|
||||
#include <linux/pfn.h>
|
||||
#include <linux/pci.h>
|
||||
|
||||
#include <video/edid.h>
|
||||
|
||||
@@ -663,9 +664,7 @@ void __init setup_arch(char **cmdline_p)
|
||||
acpi_boot_table_init();
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_PCI
|
||||
early_quirks();
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_ACPI
|
||||
acpi_boot_init();
|
||||
|
@@ -407,9 +407,7 @@ void __init setup_arch(char **cmdline_p)
|
||||
reserve_crashkernel();
|
||||
paging_init();
|
||||
|
||||
#ifdef CONFIG_PCI
|
||||
early_quirks();
|
||||
#endif
|
||||
|
||||
/*
|
||||
* set this early, so we dont allocate cpu0
|
||||
|
Reference in New Issue
Block a user