Commit 7fa0d6ff authored by Sven Schnelle's avatar Sven Schnelle Committed by Heiko Carstens
Browse files

s390/time: remove unused function

parent 90ce70f0
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line Diff line number Diff line
@@ -49,11 +49,6 @@ static inline void set_clock_comparator(__u64 time)
	asm volatile("sckc %0" : : "Q" (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 clock_comparator_work(void);


void __init time_early_init(void);
void __init time_early_init(void);