diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-11-02 20:04:30 -0400 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2008-01-29 18:16:52 -0500 |
commit | e028398da7615dd3a795505ddf7942506bbb49bd (patch) | |
tree | fde1547e7113147ff7594e9c15ff71473af63201 /fs/dlm/main.c | |
parent | 6bd8fedaa16da1e24f38712ee759950d8c5f4f09 (diff) |
dlm: proper prototypes
This patch adds a proper prototype for some functions in
fs/dlm/dlm_internal.h
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'fs/dlm/main.c')
-rw-r--r-- | fs/dlm/main.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/fs/dlm/main.c b/fs/dlm/main.c index eca2907f2386..58487fb95a4c 100644 --- a/fs/dlm/main.c +++ b/fs/dlm/main.c | |||
@@ -18,16 +18,6 @@ | |||
18 | #include "memory.h" | 18 | #include "memory.h" |
19 | #include "config.h" | 19 | #include "config.h" |
20 | 20 | ||
21 | #ifdef CONFIG_DLM_DEBUG | ||
22 | int dlm_register_debugfs(void); | ||
23 | void dlm_unregister_debugfs(void); | ||
24 | #else | ||
25 | static inline int dlm_register_debugfs(void) { return 0; } | ||
26 | static inline void dlm_unregister_debugfs(void) { } | ||
27 | #endif | ||
28 | int dlm_netlink_init(void); | ||
29 | void dlm_netlink_exit(void); | ||
30 | |||
31 | static int __init init_dlm(void) | 21 | static int __init init_dlm(void) |
32 | { | 22 | { |
33 | int error; | 23 | int error; |