ntp: Fix prototype in the !CONFIG_GENERIC_CMOS_UPDATE case
authorIngo Molnar <mingo@kernel.org>
Sat, 12 Dec 2020 17:29:20 +0000 (18:29 +0100)
committerIngo Molnar <mingo@kernel.org>
Sun, 13 Dec 2020 09:16:31 +0000 (10:16 +0100)
commit3cabca87b329cbcbdf295be0094adbd72c7b1f67
treef22b5c5ccdfd0270cb8cff493071b540ec7c6b8d
parent464d2ff716c37d83e8bb0c4f1c1acfc02dbc9984
ntp: Fix prototype in the !CONFIG_GENERIC_CMOS_UPDATE case

In the !CONFIG_GENERIC_CMOS_UPDATE case the update_persistent_clock64() function
gets defined as a stub in ntp.c - make the prototype in <linux/timekeeping.h>
conditional on CONFIG_GENERIC_CMOS_UPDATE as well.

Fixes: 76e87d96b30b5 ("ntp: Consolidate the RTC update implementation")
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/timekeeping.h