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)
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>

No differences found