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

From: Michael Ellerman
Date: Sun May 15 2022 - 06:17:15 EST


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