[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <24aefa0d-743c-dd06-79b7-ebcc01dbbb12@kernel.org>
Date: Wed, 19 Dec 2018 23:22:21 +0100
From: Sinan Kaya <okaya@...nel.org>
To: Christoph Hellwig <hch@...radead.org>
Cc: linux-acpi@...r.kernel.org,
"Rafael J. Wysocki" <rjw@...ysocki.net>,
Len Brown <lenb@...nel.org>,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v11 2/7] ACPI / OSL: Stub out
acpi_os_(read/write)_pci_configurations()
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.
Powered by blists - more mailing lists