powerpc/eeh: Remove unused inline functions
authorYueHaibing <yuehaibing@huawei.com>
Wed, 16 Mar 2022 10:42:39 +0000 (18:42 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 4 May 2022 11:44:02 +0000 (21:44 +1000)
commitf06351f8c0c85e2d53e73c53a33b4ef55b4ad6de
tree0ab0b3100201603b82c3141c677e41967a1ebf9e
parent2656d3ff4f66675cfec482982189ae6cd7d0f425
powerpc/eeh: Remove unused inline functions

pseries_eeh_init_edev() is used 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.

Suggested-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220316104239.26508-1-yuehaibing@huawei.com
arch/powerpc/include/asm/eeh.h
arch/powerpc/platforms/pseries/eeh_pseries.c