diff --git a/[refs] b/[refs] index 7f67e8eeca8a..bbeb4ab0382d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 87fe85133fa7f33c2bc9882826666a7f117c62bd +refs/heads/master: f2cddb29ebfc02dfd2c4b439aa0433393ad15575 diff --git a/trunk/include/linux/coda_psdev.h b/trunk/include/linux/coda_psdev.h index 6f06352cf55e..5b5d4731f956 100644 --- a/trunk/include/linux/coda_psdev.h +++ b/trunk/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,