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)
commitfad23fc78b959dae89768e523c3a6f5edb83bbe9
treeb4a5f9844b5d2c412a92c528a84ce9cf6d2299da
parent02c3530da6b926b31f89ba589da72eca49557edd
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