summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/timex.h
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2019-10-28 12:11:41 +0300
committerVasily Gorbik <gor@linux.ibm.com>2019-10-31 19:20:52 +0300
commitf653e29bc2d94ae6b6f470145c630d1ba0d856d2 (patch)
treec89d70604adea5fa1fad6b227e2f859c8ea3ca0a /arch/s390/include/asm/timex.h
parent1917b47dc23f0ace5893971d83642c2cf22f5cb7 (diff)
downloadlinux-f653e29bc2d94ae6b6f470145c630d1ba0d856d2.tar.xz
s390/time: remove monotonic_clock()
Remove unused monotonic_clock() function. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/timex.h')
-rw-r--r--arch/s390/include/asm/timex.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/include/asm/timex.h b/arch/s390/include/asm/timex.h
index 64539c221672..0f5320617cc4 100644
--- a/arch/s390/include/asm/timex.h
+++ b/arch/s390/include/asm/timex.h
@@ -179,7 +179,6 @@ static inline cycles_t get_cycles(void)
int get_phys_clock(unsigned long *clock);
void init_cpu_timer(void);
-unsigned long long monotonic_clock(void);
extern unsigned char tod_clock_base[16] __aligned(8);