projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90ce70f
)
s390/time: remove unused function
author
Sven Schnelle
<svens@linux.ibm.com>
Tue, 12 May 2020 07:55:18 +0000
(09:55 +0200)
committer
Heiko Carstens
<heiko.carstens@de.ibm.com>
Mon, 29 Jun 2020 14:32:14 +0000
(16:32 +0200)
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>
arch/s390/include/asm/timex.h
patch
|
blob
|
history
diff --git
a/arch/s390/include/asm/timex.h
b/arch/s390/include/asm/timex.h
index
6bf3a45
..
289aaff
100644
(file)
--- 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);