1
0
Fork 0
alistair23-linux/arch/s390/kernel/vdso32
Heiko Carstens b3423982bd [S390] vdso: get rid of redefinition warnings
The CLOCK_* defines in asm-offsets.c are only used for the vdso code
however in the meantime they cause other trouble.
Just rename them to get permanently rid of this:

In file included from /home2/heicarst/linux-2.6/arch/s390/include/asm/asm-offsets.h:1:0,
                 from arch/s390/mm/fault.c:33:
include/generated/asm-offsets.h:53:0: warning: "CLOCK_REALTIME" redefined
include/linux/time.h:286:0: note: this is the location of the previous definition
include/generated/asm-offsets.h:54:0: warning: "CLOCK_MONOTONIC" redefined
include/linux/time.h:287:0: note: this is the location of the previous definition

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2010-10-29 16:50:50 +02:00
..
Makefile kbuild: rename ld-option to cc-ldoption 2009-09-20 12:27:42 +02:00
clock_getres.S [S390] vdso: get rid of redefinition warnings 2010-10-29 16:50:50 +02:00
clock_gettime.S [S390] vdso: get rid of redefinition warnings 2010-10-29 16:50:50 +02:00
gettimeofday.S [S390] vdso: use ntp adjusted clock multiplier 2010-04-22 17:17:19 +02:00
note.S
vdso32.lds.S
vdso32_wrapper.S Use macros for .data.page_aligned section. 2009-09-21 06:27:08 +02:00