Correct function declarations. Signed-off-by: Andy Adamson --- --- linux-2.6.18-rc5-andros/fs/nfsd/export.c | 6 ------ 1 file changed, 6 deletions(-) diff -puN fs/nfsd/export.c~nfsd-v3-fsloc-secinfo-parse-fix fs/nfsd/export.c --- linux-2.6.18-rc5/fs/nfsd/export.c~nfsd-v3-fsloc-secinfo-parse-fix 2006-10-11 17:36:50.000000000 -0400 +++ linux-2.6.18-rc5-andros/fs/nfsd/export.c 2006-10-11 17:36:50.000000000 -0400 @@ -401,8 +401,6 @@ static int check_export(struct inode *in } -#ifdef CONFIG_NFSD_V4 - static int fsloc_parse(char **mesg, char *buf, struct nfsd4_fs_locations *fsloc) { @@ -508,10 +506,6 @@ static int secinfo_parse(char **mesg, ch return 0; } -#else /* CONFIG_NFSD_V4 */ -static int fsloc_parse(char **, char *, struct svc_export *) { return 0; } -static int secinfo_parse(char **, char *, struct svc_export *) { return 0; } -#endif static int svc_export_parse(struct cache_detail *cd, char *mesg, int mlen) { _