Re: [PATCH 16/19] powerpc/powermac: Add missing include of header pmac.h

2018-06-22 Thread Mathieu Malaterre
This one is also ok. On Thu, Mar 22, 2018 at 9:21 PM Mathieu Malaterre wrote: > > The header `pmac.h` was not included, leading to the following warnings, > treated as error with W=1: > > arch/powerpc/platforms/powermac/time.c:69:13: error: no previous prototype > for ‘pmac_time_init’ [-Werror

[PATCH 16/19] powerpc/powermac: Add missing include of header pmac.h

2018-03-22 Thread Mathieu Malaterre
The header `pmac.h` was not included, leading to the following warnings, treated as error with W=1: arch/powerpc/platforms/powermac/time.c:69:13: error: no previous prototype for ‘pmac_time_init’ [-Werror=missing-prototypes] arch/powerpc/platforms/powermac/time.c:207:15: error: no previous pr