]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
sh: remove unused rtc_sh_get/set_time infrastructure
authorArnd Bergmann <arnd@arndb.de>
Wed, 24 Jan 2018 15:18:50 +0000 (16:18 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 18 Dec 2018 15:13:04 +0000 (16:13 +0100)
commit07df7800c6cd0bfc3bfcbfc5f12ebbd73423a5ec
tree42bee3df6dfc9cc219db6a05681991f131a04e61
parent09e81263e5013ce5add177d50c0b1da0725ce266
sh: remove unused rtc_sh_get/set_time infrastructure

All platforms are now converted to RTC drivers, so this has become
obsolete. The board_time_init() callback still has one caller, but
could otherwise also get killed.

This removes one more usage of the deprecated timespec structure,
which overflows in y2038.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/sh/include/asm/rtc.h
arch/sh/kernel/time.c