diff options
Diffstat (limited to 'arch/s390/kernel/compat_linux.c')
-rw-r--r-- | arch/s390/kernel/compat_linux.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/arch/s390/kernel/compat_linux.c b/arch/s390/kernel/compat_linux.c index cc058dc3bc8b..9809264f2f4d 100644 --- a/arch/s390/kernel/compat_linux.c +++ b/arch/s390/kernel/compat_linux.c | |||
@@ -707,22 +707,9 @@ asmlinkage long sys32_sendfile64(int out_fd, int in_fd, | |||
707 | 707 | ||
708 | /* Handle adjtimex compatibility. */ | 708 | /* Handle adjtimex compatibility. */ |
709 | 709 | ||
710 | struct timex32 { | ||
711 | u32 modes; | ||
712 | s32 offset, freq, maxerror, esterror; | ||
713 | s32 status, constant, precision, tolerance; | ||
714 | struct compat_timeval time; | ||
715 | s32 tick; | ||
716 | s32 ppsfreq, jitter, shift, stabil; | ||
717 | s32 jitcnt, calcnt, errcnt, stbcnt; | ||
718 | s32 :32; s32 :32; s32 :32; s32 :32; | ||
719 | s32 :32; s32 :32; s32 :32; s32 :32; | ||
720 | s32 :32; s32 :32; s32 :32; s32 :32; | ||
721 | }; | ||
722 | |||
723 | extern int do_adjtimex(struct timex *); | 710 | extern int do_adjtimex(struct timex *); |
724 | 711 | ||
725 | asmlinkage long sys32_adjtimex(struct timex32 __user *utp) | 712 | asmlinkage long sys32_adjtimex(struct compat_timex __user *utp) |
726 | { | 713 | { |
727 | struct timex txc; | 714 | struct timex txc; |
728 | int ret; | 715 | int ret; |