]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: remove unused to_tm() helper
authorArnd Bergmann <arnd@arndb.de>
Mon, 23 Apr 2018 08:36:42 +0000 (10:36 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 3 Jun 2018 10:43:34 +0000 (20:43 +1000)
commitfa11810c96fc1bc04d313ed46592ffc58e289b28
tree08219e87d628614fe68e9acad348acac397955a3
parent24a4c3b154bfd0be2f9719212774162f18804d8b
powerpc: remove unused to_tm() helper

to_tm() is now completely unused, the only reference being in the
_dump_time() helper that is also unused. This removes both, leaving
the rest of the powerpc RTC code y2038 safe to as far as the hardware
supports.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/time.h
arch/powerpc/kernel/time.c
arch/powerpc/platforms/ps3/time.c