diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2014-01-22 14:49:30 +0100 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2014-02-21 08:50:13 +0100 |
commit | cfa785e623577cdad2aa721acb23bd3a95eced9a (patch) | |
tree | 30fcb9b2f2153f08f66dd27b0a51a64b657b7717 /drivers/mfd/da9052-spi.c | |
parent | 137a14f434705a366cc94b2b32f2488c975863ad (diff) | |
download | op-kernel-dev-cfa785e623577cdad2aa721acb23bd3a95eced9a.zip op-kernel-dev-cfa785e623577cdad2aa721acb23bd3a95eced9a.tar.gz |
s390/uaccess: normalize order of parameters of indirect uaccess function calls
For some unknown reason the indirect uaccess functions on s390 implement a
different parameter order than what is usual.
e.g.:
unsigned long copy_to_user(void *to, const void *from, unsigned long n);
vs.
size_t (*copy_to_user)(size_t n, void __user * to, const void *from);
Let's get rid of this confusing parameter reordering.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/mfd/da9052-spi.c')
0 files changed, 0 insertions, 0 deletions