From: YueHaibing Date: Wed, 24 Mar 2021 14:07:14 +0000 (+0800) Subject: powerpc/eeh: Remove unused inline function eeh_dev_phb_init_dynamic() X-Git-Tag: howlett/maple/20220722_2~414^2~161 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0a3ef48c2fac4691db6060df54723e46e0c69b2a;p=users%2Fjedix%2Flinux-maple.git powerpc/eeh: Remove unused inline function eeh_dev_phb_init_dynamic() commit 475028efc708 ("powerpc/eeh: Remove eeh_dev_phb_init_dynamic()") left behind this, so can remove it. Signed-off-by: YueHaibing Reviewed-by: Daniel Axtens Signed-off-by: Christophe Leroy Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/20210324140714.19612-1-yuehaibing@huawei.com --- diff --git a/arch/powerpc/include/asm/eeh.h b/arch/powerpc/include/asm/eeh.h index bd513fd49be9..7b2b3798dea0 100644 --- a/arch/powerpc/include/asm/eeh.h +++ b/arch/powerpc/include/asm/eeh.h @@ -333,8 +333,6 @@ static inline bool eeh_enabled(void) static inline void eeh_show_enabled(void) { } -static inline void eeh_dev_phb_init_dynamic(struct pci_controller *phb) { } - static inline int eeh_check_failure(const volatile void __iomem *token) { return 0;