]> git.baikalelectronics.ru Git - kernel.git/commit
kernel/futex.c: make 3 functions static
authorAdrian Bunk <bunk@kernel.org>
Fri, 2 Nov 2007 15:43:22 +0000 (16:43 +0100)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 5 Nov 2007 10:53:46 +0000 (21:53 +1100)
commit98e31ae7997716fee73a18f5b225c89497a4ec68
treeb4a5f9844b5d2c412a92c528a84ce9cf6d2299da
parent65e2f6af734d6d9f70966f06718fbf16aca48b5a
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>
include/linux/futex.h
kernel/futex.c