diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2015-09-17 18:30:35 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2015-09-18 11:16:52 +0200 |
commit | 7681df456f97f21fb70f184702696d644e273d73 (patch) | |
tree | bb1f4016ac9d0fb850b11fe69a1bf7b45440feab /drivers/base/Makefile | |
parent | a55b2ae78cfecaa5ce0384c05211606372b9496c (diff) | |
download | linux-7681df456f97f21fb70f184702696d644e273d73.tar.gz linux-7681df456f97f21fb70f184702696d644e273d73.tar.bz2 linux-7681df456f97f21fb70f184702696d644e273d73.zip |
s390/compat: remove superfluous compat wrappers
A couple of compat wrapper functions are simply trampolines to the real
system call. This happened because the compat wrapper defines will only
sign and zero extend system call parameters which are of different size
on s390/s390x (longs and pointers).
All other parameters will be correctly sign and zero extended by the
normal system call wrappers.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/base/Makefile')
0 files changed, 0 insertions, 0 deletions