mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-10 08:33:14 +00:00
kernel/futex.c: make 3 functions static
The following functions can now become static again: - get_futex_key() - get_futex_key_refs() - drop_futex_key_refs() Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
02c3530da6
commit
fad23fc78b
2 changed files with 4 additions and 11 deletions
|
@ -149,10 +149,6 @@ union futex_key {
|
|||
int offset;
|
||||
} both;
|
||||
};
|
||||
int get_futex_key(u32 __user *uaddr, struct rw_semaphore *shared,
|
||||
union futex_key *key);
|
||||
void get_futex_key_refs(union futex_key *key);
|
||||
void drop_futex_key_refs(union futex_key *key);
|
||||
|
||||
#ifdef CONFIG_FUTEX
|
||||
extern void exit_robust_list(struct task_struct *curr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue