Skip to content

Commit cfef9aa

Browse files
committed
s390/vdso: remove unused constants
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
1 parent e991986 commit cfef9aa

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

arch/s390/kernel/asm-offsets.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,6 @@ int main(void)
6161
BLANK();
6262
OFFSET(__VDSO_GETCPU_VAL, vdso_per_cpu_data, getcpu_val);
6363
BLANK();
64-
/* constants used by the vdso */
65-
DEFINE(__CLOCK_REALTIME, CLOCK_REALTIME);
66-
DEFINE(__CLOCK_MONOTONIC, CLOCK_MONOTONIC);
67-
DEFINE(__CLOCK_REALTIME_COARSE, CLOCK_REALTIME_COARSE);
68-
DEFINE(__CLOCK_MONOTONIC_COARSE, CLOCK_MONOTONIC_COARSE);
69-
DEFINE(__CLOCK_THREAD_CPUTIME_ID, CLOCK_THREAD_CPUTIME_ID);
70-
DEFINE(__CLOCK_COARSE_RES, LOW_RES_NSEC);
71-
BLANK();
7264
/* idle data offsets */
7365
OFFSET(__CLOCK_IDLE_ENTER, s390_idle_data, clock_idle_enter);
7466
OFFSET(__CLOCK_IDLE_EXIT, s390_idle_data, clock_idle_exit);

0 commit comments

Comments
 (0)