commit | fad23fc78b959dae89768e523c3a6f5edb83bbe9 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@kernel.org> | Fri Nov 02 16:43:22 2007 +0100 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Mon Nov 05 21:53:46 2007 +1100 |
tree | b4a5f9844b5d2c412a92c528a84ce9cf6d2299da | |
parent | 02c3530da6b926b31f89ba589da72eca49557edd [diff] |
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>