Re: [17/19] powerpc/32: Add a missing include header

2018-05-25 Thread Michael Ellerman
On Thu, 2018-03-22 at 20:20:03 UTC, Mathieu Malaterre wrote: > The header file was missing from the includes. Fix the > following warning, treated as error with W=1: > > arch/powerpc/kernel/pci_32.c:286:6: error: no previous prototype for > ‘sys_pciconfig_iobase’

Re: [17/19] powerpc/32: Add a missing include header

2018-05-25 Thread Michael Ellerman
On Thu, 2018-03-22 at 20:20:03 UTC, Mathieu Malaterre wrote: > The header file was missing from the includes. Fix the > following warning, treated as error with W=1: > > arch/powerpc/kernel/pci_32.c:286:6: error: no previous prototype for > ‘sys_pciconfig_iobase’

[PATCH 17/19] powerpc/32: Add a missing include header

2018-03-22 Thread Mathieu Malaterre
The header file was missing from the includes. Fix the following warning, treated as error with W=1: arch/powerpc/kernel/pci_32.c:286:6: error: no previous prototype for ‘sys_pciconfig_iobase’ [-Werror=missing-prototypes] Signed-off-by: Mathieu Malaterre ---

[PATCH 17/19] powerpc/32: Add a missing include header

2018-03-22 Thread Mathieu Malaterre
The header file was missing from the includes. Fix the following warning, treated as error with W=1: arch/powerpc/kernel/pci_32.c:286:6: error: no previous prototype for ‘sys_pciconfig_iobase’ [-Werror=missing-prototypes] Signed-off-by: Mathieu Malaterre --- arch/powerpc/kernel/pci_32.c |