]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Add missing prototype for time_init()
authorMathieu Malaterre <malat@debian.org>
Sun, 25 Feb 2018 17:22:27 +0000 (18:22 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 13 Mar 2018 04:50:36 +0000 (15:50 +1100)
commita26269bef5a165a4224cab8fc0c12863a92cc6aa
treed250ce59862e217c1f570e281c751ff710f39659
parent9b4d82dc47040e3c67faacdd98e5f84b25a67478
powerpc: Add missing prototype for time_init()

The function time_init did not have a prototype defined in the time.h
header. Fix the following warning (treated as error in W=1):

  arch/powerpc/kernel/time.c:1068:13: error: no previous prototype for ‘time_init’

Signed-off-by: Mathieu Malaterre <malat@debian.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/time.h