commit | 848092faa0c7687a99bf465808f7dae5bb5ca6be | [log] [tgz] |
---|---|---|
author | Mathieu Malaterre <malat@debian.org> | Sun Feb 25 18:22:27 2018 +0100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Mar 13 15:50:36 2018 +1100 |
tree | d250ce59862e217c1f570e281c751ff710f39659 | |
parent | 8b604faff7d421904ebd1fa65d642f566f4a6648 [diff] |
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>