Re: [PATCH RFC v3 09/21] ACPI: convert acpi_processor_post_eject() to use IS_ENABLED()

Jonathan Cameron <[email protected]> Fri, 15 Dec 2023 16:11:57 +0000
Newsgroups gmane.linux.ports.riscv,gmane.linux.power-management.general,gmane.linux.acpi.devel,gmane.linux.kernel.cross-arch,gmane.linux.kernel,gmane.linux.ports.arm.kernel,gmane.linux.documentation,gmane.linux.ports.ia64,gmane.linux.ports.parisc
Organization Huawei Technologies Research and Development (UK) Ltd.
Message-ID <[email protected]>
On Wed, 13 Dec 2023 12:49:57 +0000
"Russell King (Oracle)" <[email protected]> wrote:

> Rather than ifdef'ing acpi_processor_post_eject() and its use site, use
> IS_ENABLED() to increase compile coverage.
> 
> Signed-off-by: Russell King (Oracle) <[email protected]>

Reviewed-by: Jonathan Cameron <[email protected]>