diff options
author | Eric Van Hensbergen <ericvh@ericvh-laptop.(none)> | 2007-10-17 15:31:07 -0400 |
---|---|---|
committer | Eric Van Hensbergen <ericvh@ericvh-desktop.austin.ibm.com> | 2007-10-17 15:31:07 -0400 |
commit | fb0466c3ae7f1c73f70072af8fd27ac166908a2f (patch) | |
tree | 24af82c397d1f155bded80f3fcb49849da28bcc9 /include/net/9p | |
parent | 50fd8010673b770f6489c9ee96680c204aefa84a (diff) |
9p: fix bad kconfig cross-dependency
This patch moves transport dynamic registration and matching to the net
module to prevent a bad Kconfig dependency between the net and fs 9p modules.
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Diffstat (limited to 'include/net/9p')
-rw-r--r-- | include/net/9p/transport.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/9p/transport.h b/include/net/9p/transport.h index 7c68b3e8e78c..9dd4a05619a8 100644 --- a/include/net/9p/transport.h +++ b/include/net/9p/transport.h | |||
@@ -50,5 +50,7 @@ struct p9_trans_module { | |||
50 | }; | 50 | }; |
51 | 51 | ||
52 | void v9fs_register_trans(struct p9_trans_module *m); | 52 | void v9fs_register_trans(struct p9_trans_module *m); |
53 | struct p9_trans_module *v9fs_match_trans(const substring_t *name); | ||
54 | struct p9_trans_module *v9fs_default_trans(void); | ||
53 | 55 | ||
54 | #endif /* NET_9P_TRANSPORT_H */ | 56 | #endif /* NET_9P_TRANSPORT_H */ |