Re: [PATCH 07/19] powerpc/powermac: Make some functions static

2018-03-23 Thread christophe leroy
Le 22/03/2018 à 21:19, Mathieu Malaterre a écrit : These functions can all be static, make it so. Fix warnings treated as errors with W=1: arch/powerpc/platforms/powermac/pci.c:1022:6: error: no previous prototype for ‘pmac_pci_fixup_ohci’ [-Werror=missing-prototypes]

[PATCH 07/19] powerpc/powermac: Make some functions static

2018-03-22 Thread Mathieu Malaterre
These functions can all be static, make it so. Fix warnings treated as errors with W=1: arch/powerpc/platforms/powermac/pci.c:1022:6: error: no previous prototype for ‘pmac_pci_fixup_ohci’ [-Werror=missing-prototypes] arch/powerpc/platforms/powermac/pci.c:1057:6: error: no previous prototype