Re: [PATCH 1/3] powerpc/83xx: Fix build error when CONFIG_PCI=n

2021-02-11 Thread Michael Ellerman
On Thu, 11 Feb 2021 00:08:02 +1100, Michael Ellerman wrote: > As reported by lkp: > > arch/powerpc/platforms/83xx/km83xx.c:183:19: error: 'mpc83xx_setup_pci' > undeclared here (not in a function) > 183 | .discover_phbs = mpc83xx_setup_pci, >| ^ >

[PATCH 1/3] powerpc/83xx: Fix build error when CONFIG_PCI=n

2021-02-10 Thread Michael Ellerman
As reported by lkp: arch/powerpc/platforms/83xx/km83xx.c:183:19: error: 'mpc83xx_setup_pci' undeclared here (not in a function) 183 | .discover_phbs = mpc83xx_setup_pci, | ^ | mpc83xx_setup_arch There is a stub defined