On Thu, Nov 07, 2024 at 12:07:16PM +0000, Manivannan Sadhasivam wrote: > On Thu, Nov 07, 2024 at 11:02:31PM +1100, Stephen Rothwell wrote: > > Hi all, > > > > After merging the pci tree, today's linux-next build (i386 defconfig) > > failed like this: > > > > In file included from drivers/pci/msi/pcidev_msi.c:5: > > drivers/pci/msi/../pci.h:862:1: error: expected identifier or '(' before '{' token > > 862 | { > > | ^ > > drivers/pci/msi/../pci.h:861:20: error: 'of_pci_is_supply_present' declared 'static' but never defined [-Werror=unused-function] > > 861 | static inline bool of_pci_is_supply_present(struct device_node *np); > > | ^~~~~~~~~~~~~~~~~~~~~~~~ > > That's silly on me. Krzysztof, could you please fix it in the branch? I fixed it, thanks for the report.