diff options
Diffstat (limited to 'fs/coda/upcall.c')
-rw-r--r-- | fs/coda/upcall.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/coda/upcall.c b/fs/coda/upcall.c index 9a20a3b1998e..e4e766e5557c 100644 --- a/fs/coda/upcall.c +++ b/fs/coda/upcall.c | |||
@@ -35,7 +35,8 @@ | |||
35 | #include <linux/coda_psdev.h> | 35 | #include <linux/coda_psdev.h> |
36 | #include <linux/coda_fs_i.h> | 36 | #include <linux/coda_fs_i.h> |
37 | #include <linux/coda_cache.h> | 37 | #include <linux/coda_cache.h> |
38 | #include <linux/coda_proc.h> | 38 | |
39 | #include "coda_int.h" | ||
39 | 40 | ||
40 | static int coda_upcall(struct venus_comm *vc, int inSize, int *outSize, | 41 | static int coda_upcall(struct venus_comm *vc, int inSize, int *outSize, |
41 | union inputArgs *buffer); | 42 | union inputArgs *buffer); |