mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-22 18:50:11 +07:00
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>
This commit is contained in:
parent
90ce70f065
commit
7fa0d6ff35
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user