From: Sven Schnelle Date: Tue, 12 May 2020 07:55:18 +0000 (+0200) Subject: s390/time: remove unused function X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7fa0d6ff35cfaae9cc7012d9220cd24400c650f1;p=linux.git s390/time: remove unused function Signed-off-by: Sven Schnelle Acked-by: Heiko Carstens Signed-off-by: Heiko Carstens --- diff --git a/arch/s390/include/asm/timex.h b/arch/s390/include/asm/timex.h index 6bf3a45ccfec2..289aaff4d365f 100644 --- a/arch/s390/include/asm/timex.h +++ b/arch/s390/include/asm/timex.h @@ -49,11 +49,6 @@ static inline void set_clock_comparator(__u64 time) asm volatile("sckc %0" : : "Q" (time)); } -static inline void store_clock_comparator(__u64 *time) -{ - asm volatile("stckc %0" : "=Q" (*time)); -} - void clock_comparator_work(void); void __init time_early_init(void);