Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sven Schnelle and committed by
Heiko Carstens
7fa0d6ff 90ce70f0

-5
-5
arch/s390/include/asm/timex.h
··· 49 49 asm volatile("sckc %0" : : "Q" (time)); 50 50 } 51 51 52 - static inline void store_clock_comparator(__u64 *time) 53 - { 54 - asm volatile("stckc %0" : "=Q" (*time)); 55 - } 56 - 57 52 void clock_comparator_work(void); 58 53 59 54 void __init time_early_init(void);