ACPI, APEI, PCIE AER, use general HEST table parsing in AER firmware_first setup
Now, a dedicated HEST tabling parsing code is used for PCIE AER firmware_first setup. It is rebased on general HEST tabling parsing code of APEI. The firmware_first setup code is moved from PCI core to AER driver too, because it is only AER related. Signed-off-by: Huang Ying <ying.huang@intel.com> Signed-off-by: Andi Kleen <ak@linux.intel.com> Reviewed-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
#ifndef __ACPI_HEST_H
|
||||
#define __ACPI_HEST_H
|
||||
|
||||
#include <linux/pci.h>
|
||||
|
||||
#ifdef CONFIG_ACPI
|
||||
extern int acpi_hest_firmware_first_pci(struct pci_dev *pci);
|
||||
#else
|
||||
static inline int acpi_hest_firmware_first_pci(struct pci_dev *pci) { return 0; }
|
||||
#endif
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user