mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
0ff2fe5236
Remove some dead uaccess extern declarations and also make some functions static, since they are only used locally. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
13 lines
280 B
C
13 lines
280 B
C
/*
|
|
* Copyright IBM Corp. 2007
|
|
*
|
|
*/
|
|
|
|
#ifndef __ARCH_S390_LIB_UACCESS_H
|
|
#define __ARCH_S390_LIB_UACCESS_H
|
|
|
|
extern int futex_atomic_op_pt(int, u32 __user *, int, int *);
|
|
extern int futex_atomic_cmpxchg_pt(u32 *, u32 __user *, u32, u32);
|
|
|
|
#endif /* __ARCH_S390_LIB_UACCESS_H */
|