kernel/drivers/acpi/pci_root.c
.. .. @@ -20,8 +20,6 @@ 20 20 #include <linux/slab.h> 21 21 #include <linux/dmi.h> 22 22 #include <linux/platform_data/x86/apple.h> 23 -#include <acpi/apei.h> /* for acpi_hest_init() */24 -25 23 #include "internal.h" 26 24 27 25 #define ACPI_PCI_ROOT_CLASS "pci_bridge" .. .. @@ -950,7 +948,6 @@ 950 948 951 949 void __init acpi_pci_root_init(void) 952 950 { 953 - acpi_hest_init();954 951 if (acpi_pci_disabled) 955 952 return; 956 953