diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-02-03 16:13:37 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-03 16:13:37 +0100 |
commit | 0b86a4e34d885e734a4c4e46293376f3f1c639eb (patch) | |
tree | d3a1a2270033444c9fa369d88a1abb311ae0cedd /include/linux/coda_psdev.h | |
parent | 87fe85133fa7f33c2bc9882826666a7f117c62bd (diff) | |
parent | 750e1c18251345e662bb7e7062b5fd5c1ade36de (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.h | 2 |
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, |