Re: [PATCH v11 2/7] ACPI / OSL: Stub out acpi_os_(read/write)_pci_configurations()

From: Sinan Kaya
Date: Wed Dec 19 2018 - 17:22:44 EST


On 12/18/2018 8:32 AM, Christoph Hellwig wrote:
+
+ rc = pr_warn_once("PCI configuration space access is not supported\n");
+ return rc ? AE_SUPPORT : AE_OK;
+#endif
Normally we provide a full separate stub version. If we have enough
of them in a separate file.


I removed the dependent functions from ACPICA and moved #ifdef outside of these
two function scopes.

Got rid of the inline piece.