On Thu, 2018-03-22 at 20:19:56 UTC, Mathieu Malaterre wrote: > Add a missing include <platforms/chrp/chrp.h>. > > These functions can all be static, make it so. Fix warnings treated as > errors with W=1: > > arch/powerpc/platforms/chrp/time.c:41:13: error: no previous prototype for > âchrp_time_initâ [-Werror=missing-prototypes] > arch/powerpc/platforms/chrp/time.c:66:5: error: no previous prototype for > âchrp_cmos_clock_readâ [-Werror=missing-prototypes] > arch/powerpc/platforms/chrp/time.c:74:6: error: no previous prototype for > âchrp_cmos_clock_writeâ [-Werror=missing-prototypes] > arch/powerpc/platforms/chrp/time.c:86:5: error: no previous prototype for > âchrp_set_rtc_timeâ [-Werror=missing-prototypes] > arch/powerpc/platforms/chrp/time.c:130:6: error: no previous prototype for > âchrp_get_rtc_timeâ [-Werror=missing-prototypes] > > Signed-off-by: Mathieu Malaterre <ma...@debian.org>
Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/b87a358b4a1421abd544c0b554b1b7 cheers