summary refs log tree commit diff
diff options
context:
space:
mode:
authorSven Schnelle <svens@linux.ibm.com>2020-05-12 09:55:18 +0200
committerHeiko Carstens <heiko.carstens@de.ibm.com>2020-06-29 16:32:14 +0200
commit7fa0d6ff35cfaae9cc7012d9220cd24400c650f1 (patch)
treed1e0abbe36cd68e51f83b42e8a6ce09100c9ebe7
parent90ce70f06546e646713d036cfdec39427df296f7 (diff)
downloadlinux-7fa0d6ff35cfaae9cc7012d9220cd24400c650f1.tar.gz
s390/time: remove unused function
Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
-rw-r--r--arch/s390/include/asm/timex.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/s390/include/asm/timex.h b/arch/s390/include/asm/timex.h
index 6bf3a45ccfec..289aaff4d365 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);