s390/compat: remove ptrace compat definitions from uapi header file

The compat definitions are not part of the uapi. So move them to
s390's private compat header file.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
Heiko Carstens
2013-04-20 14:05:42 +02:00
committed by Martin Schwidefsky
parent 0f58104c8c
commit e4371f602e
3 changed files with 17 additions and 20 deletions

View File

@@ -119,6 +119,7 @@
*/
#include <asm/ptrace.h>
#include <asm/compat.h>
#include <asm/user.h>
typedef s390_fp_regs elf_fpregset_t;