]> git.ipfire.org Git - thirdparty/util-linux.git/commit
hwclock: use linux/rtc.h
authorThomas Weißschuh <thomas@t-8ch.de>
Tue, 4 Apr 2023 14:44:47 +0000 (14:44 +0000)
committerThomas Weißschuh <thomas@t-8ch.de>
Tue, 4 Apr 2023 16:36:20 +0000 (16:36 +0000)
commitc7fc54b932cb4264c1f944a2a5ddf4710d18dddb
tree7c5f7765995935cb63aba7988c017ee817ca1455
parentbed96b1c68ce8b398b13b4c47df88534a6318b9c
hwclock: use linux/rtc.h

For a long time, since commit
607ca46e97a1 ("UAPI: (Scripted) Disintegrate include/linux")
the kernel provided a dedicate uapi include for RTC definitions.

This makes the comment linux/mc146818rtc.h obsolete.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
sys-utils/hwclock-rtc.c