diff options
author | Eric Van Hensbergen <ericvh@ericvh-laptop.(none)> | 2007-10-17 21:31:07 +0200 |
---|---|---|
committer | Eric Van Hensbergen <ericvh@ericvh-desktop.austin.ibm.com> | 2007-10-17 21:31:07 +0200 |
commit | fb0466c3ae7f1c73f70072af8fd27ac166908a2f (patch) | |
tree | 24af82c397d1f155bded80f3fcb49849da28bcc9 /net/9p/mux.c | |
parent | 9p: soften invalidation in loose_mode (diff) | |
download | linux-fb0466c3ae7f1c73f70072af8fd27ac166908a2f.tar.xz linux-fb0466c3ae7f1c73f70072af8fd27ac166908a2f.zip |
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 '')
-rw-r--r-- | net/9p/mux.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/9p/mux.c b/net/9p/mux.c index 934e2ea86e2c..f14014793bed 100644 --- a/net/9p/mux.c +++ b/net/9p/mux.c @@ -31,6 +31,7 @@ #include <linux/idr.h> #include <linux/mutex.h> #include <net/9p/9p.h> +#include <linux/parser.h> #include <net/9p/transport.h> #include <net/9p/conn.h> |