diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2012-05-23 13:55:45 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2012-05-24 10:10:05 +0200 |
commit | da477737c5ec99d37cb78dab909aa0402a0ebf18 (patch) | |
tree | dba1fa168ff9673a3079d4d4c9394c3d8be24ddc /arch/s390/include/asm/vdso.h | |
parent | 02456169e03bcfcebd3115b2a54c1c4a6829c875 (diff) | |
download | blackbird-op-linux-da477737c5ec99d37cb78dab909aa0402a0ebf18.tar.gz blackbird-op-linux-da477737c5ec99d37cb78dab909aa0402a0ebf18.zip |
s390/headers: remove #ifdef __KERNEL__ from not exported headers
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/vdso.h')
-rw-r--r-- | arch/s390/include/asm/vdso.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/s390/include/asm/vdso.h b/arch/s390/include/asm/vdso.h index c4a11cfad3c8..a73eb2e1e918 100644 --- a/arch/s390/include/asm/vdso.h +++ b/arch/s390/include/asm/vdso.h @@ -1,8 +1,6 @@ #ifndef __S390_VDSO_H__ #define __S390_VDSO_H__ -#ifdef __KERNEL__ - /* Default link addresses for the vDSOs */ #define VDSO32_LBASE 0 #define VDSO64_LBASE 0 @@ -45,7 +43,4 @@ void vdso_free_per_cpu(struct _lowcore *lowcore); #endif #endif /* __ASSEMBLY__ */ - -#endif /* __KERNEL__ */ - #endif /* __S390_VDSO_H__ */ |