2022-05-16 05:45:32

by Michael Ellerman

[permalink] [raw]
Subject: Re: [PATCH v2 -next] powerpc/eeh: Remove unused inline functions

On Wed, 16 Mar 2022 18:42:39 +0800, YueHaibing wrote:
> pseries_eeh_init_edev() is exclusively in eeh_pseries.c,
> make it static and remove unused inline function.
> pseries_eeh_init_edev_recursive() is only called from files build
> wich CONFIG_HOTPLUG_PCI_RPA which depends on CONFIG_PSERIES and
> CONFIG_EEH, so can remove the unused inline version.
>
>
> [...]

Applied to powerpc/next.

[1/1] powerpc/eeh: Remove unused inline functions
https://git.kernel.org/powerpc/c/f06351f8c0c85e2d53e73c53a33b4ef55b4ad6de

cheers