diff options
| author | Andrew Morton <akpm@linux-foundation.org> | 2008-02-06 20:25:01 -0500 |
|---|---|---|
| committer | Eric Van Hensbergen <ericvh@opteron.homeip.net> | 2008-02-06 20:25:01 -0500 |
| commit | 727674435470537a5e75e5f81f96d5d97de57956 (patch) | |
| tree | 30a150314968aed6166ee5b2ac4db85d48d75287 | |
| parent | 8a0dc95fd976a052e5e799ef33e6c8e3141b5dff (diff) | |
9p: fix p9_printfcall export
ERROR: "p9_printfcall" [net/9p/9pnet_virtio.ko] undefined!
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Eric Van Hensbergen <ericvh@gmail.com>
| -rw-r--r-- | net/9p/fcprint.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/9p/fcprint.c b/net/9p/fcprint.c index b1ae8ec57d54..40244fbd9b0d 100644 --- a/net/9p/fcprint.c +++ b/net/9p/fcprint.c | |||
| @@ -347,12 +347,12 @@ p9_printfcall(char *buf, int buflen, struct p9_fcall *fc, int extended) | |||
| 347 | 347 | ||
| 348 | return ret; | 348 | return ret; |
| 349 | } | 349 | } |
| 350 | |||
| 351 | #else | 350 | #else |
| 352 | int | 351 | int |
| 353 | p9_printfcall(char *buf, int buflen, struct p9_fcall *fc, int extended) | 352 | p9_printfcall(char *buf, int buflen, struct p9_fcall *fc, int extended) |
| 354 | { | 353 | { |
| 355 | return 0; | 354 | return 0; |
| 356 | } | 355 | } |
| 357 | EXPORT_SYMBOL(p9_printfcall); | ||
| 358 | #endif /* CONFIG_NET_9P_DEBUG */ | 356 | #endif /* CONFIG_NET_9P_DEBUG */ |
| 357 | EXPORT_SYMBOL(p9_printfcall); | ||
| 358 | |||
