s390/uaccess: Remove __put_user_fn()/__get_user_fn() wrappers
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 13 Jan 2025 12:37:02 +0000 (13:37 +0100)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Sun, 26 Jan 2025 16:24:06 +0000 (17:24 +0100)
commit718056f9d96872580f7c7cd73be1928a91924eb5
treed77c4bce90a2cb68236a0eb83d6dd48aaf4c0b91
parent5e680e265f46b28bebc652638bc246cf815ed582
s390/uaccess: Remove __put_user_fn()/__get_user_fn() wrappers

The __put_user_fn() and __get_user_fn() wrappers are leftovers from the
time where the kernel was compiled with or without mvcos support plus they
were later used to workaround the problems that came with asm register
constructs.

Both reasons do not exist anymore, therefore remove the wrappers and
shorten the code.

Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/include/asm/uaccess.h