diff options
author | Sven Schnelle <svens@linux.ibm.com> | 2020-05-12 09:55:18 +0200 |
---|---|---|
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | 2020-06-29 16:32:14 +0200 |
commit | 7fa0d6ff35cfaae9cc7012d9220cd24400c650f1 (patch) | |
tree | d1e0abbe36cd68e51f83b42e8a6ce09100c9ebe7 /arch/s390/include/asm/timex.h | |
parent | s390/pci: remove unused functions (diff) | |
download | linux-dev-7fa0d6ff35cfaae9cc7012d9220cd24400c650f1.tar.xz linux-dev-7fa0d6ff35cfaae9cc7012d9220cd24400c650f1.zip |
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>
Diffstat (limited to 'arch/s390/include/asm/timex.h')
-rw-r--r-- | arch/s390/include/asm/timex.h | 5 |
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); |