diff options
| author | 2007-11-05 11:39:00 -0800 | |
|---|---|---|
| committer | 2007-11-05 11:39:00 -0800 | |
| commit | 221d46841b931d0e6b11e6251e482f2afe3974dd (patch) | |
| tree | feb33999f71a84003f4ac752300c81f47f9e272f /include/linux | |
| parent | cpm_load_patch() - declartion conflict (diff) | |
| parent | lguest: tidy up documentation (diff) | |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest
* 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest:
lguest: tidy up documentation
kernel/futex.c: make 3 functions static
unexport access_process_vm
lguest: make async_hcall() static
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/futex.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/futex.h b/include/linux/futex.h index 99650353adfa..92d420fe03f8 100644 --- a/include/linux/futex.h +++ b/include/linux/futex.h @@ -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); |
