Re: [PATCH] powerpc/fsl_pci: Make fsl_add_bridge() static

2023-08-23 Thread Michael Ellerman
On Wed, 16 Aug 2023 17:19:54 +0200, Christophe Leroy wrote: > Since commit 905e75c46dba ("powerpc/fsl-pci: Unify pci/pcie initialization > code") > fsl_add_bridge() is not used anymore outside of fsl_pci.c > > Make it static. > > Applied to powerpc/next. [1/1] powerpc/fsl_pci: Make fsl_add_br

[PATCH] powerpc/fsl_pci: Make fsl_add_bridge() static

2023-08-16 Thread Christophe Leroy
Since commit 905e75c46dba ("powerpc/fsl-pci: Unify pci/pcie initialization code") fsl_add_bridge() is not used anymore outside of fsl_pci.c Make it static. Signed-off-by: Christophe Leroy --- arch/powerpc/sysdev/fsl_pci.c | 2 +- arch/powerpc/sysdev/fsl_pci.h | 1 - 2 files changed, 1 insertio