aboutsummaryrefslogtreecommitdiff
path: root/include/linux/coda_psdev.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-02-03 16:13:37 +0100
committerIngo Molnar <mingo@elte.hu>2009-02-03 16:13:37 +0100
commit0b86a4e34d885e734a4c4e46293376f3f1c639eb (patch)
treed3a1a2270033444c9fa369d88a1abb311ae0cedd /include/linux/coda_psdev.h
parent87fe85133fa7f33c2bc9882826666a7f117c62bd (diff)
parent750e1c18251345e662bb7e7062b5fd5c1ade36de (diff)
Merge branch 'core/header-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6-tip into core/header-fixes
Diffstat (limited to 'include/linux/coda_psdev.h')
-rw-r--r--include/linux/coda_psdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/coda_psdev.h b/include/linux/coda_psdev.h
index 6f06352cf55..5b5d4731f95 100644
--- a/include/linux/coda_psdev.h
+++ b/include/linux/coda_psdev.h
@@ -6,6 +6,7 @@
#define CODA_PSDEV_MAJOR 67
#define MAX_CODADEVS 5 /* how many do we allow */
+#ifdef __KERNEL__
struct kstatfs;
/* communication pending/processing queues */
@@ -24,7 +25,6 @@ static inline struct venus_comm *coda_vcp(struct super_block *sb)
return (struct venus_comm *)((sb)->s_fs_info);
}
-#ifdef __KERNEL__
/* upcalls */
int venus_rootfid(struct super_block *sb, struct CodaFid *fidp);
int venus_getattr(struct super_block *sb, struct CodaFid *fid,