This series of patches fixes the appropriate _OSC check for CXL RAS registers. First patch moves around pcie_aer_is_native() function declaration to a common location to be used by cxl/pci module. Second patch addresses the _OSC check. Smita Koralahalli (2): PCI, AER: Export and make pcie_aer_is_native() global cxl/pci: Fix appropriate checking for _OSC while handling CXL RAS registers drivers/cxl/pci.c | 7 +++---- drivers/pci/pcie/aer.c | 1 + drivers/pci/pcie/portdrv.h | 2 -- include/linux/aer.h | 2 ++ 4 files changed, 6 insertions(+), 6 deletions(-) -- 2.17.1