From: Ilpo Järvinen They're defined later on in the same file with bodies and nothing in between needs them. Signed-off-by: Ilpo Järvinen Reviewed-by: Pekka Enberg Acked-by: Jan Harkes Signed-off-by: Andrew Morton --- include/linux/coda_linux.h | 3 --- 1 file changed, 3 deletions(-) diff -puN include/linux/coda_linux.h~fs-coda-remove-static-inline-forward-declarations include/linux/coda_linux.h --- a/include/linux/coda_linux.h~fs-coda-remove-static-inline-forward-declarations +++ a/include/linux/coda_linux.h @@ -43,9 +43,6 @@ int coda_getattr(struct vfsmount *, stru int coda_setattr(struct dentry *, struct iattr *); /* this file: heloers */ -static __inline__ struct CodaFid *coda_i2f(struct inode *); -static __inline__ char *coda_i2s(struct inode *); -static __inline__ void coda_flag_inode(struct inode *, int flag); char *coda_f2s(struct CodaFid *f); int coda_isroot(struct inode *i); int coda_iscontrol(const char *name, size_t length); _