From: Stephen Rothwell Date: Tue, 20 Mar 2012 08:26:42 +0000 (+1100) Subject: nfs: non void functions must return a value X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9304a8120a6ac06d08874d2aec76f52d3376dfe4;p=linux-beck.git nfs: non void functions must return a value Signed-off-by: Stephen Rothwell Signed-off-by: Trond Myklebust --- diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index 8f27c2e36ddf..69ec9cb3a867 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h @@ -413,6 +413,7 @@ extern void _nfs_display_fhandle(const struct nfs_fh *fh, const char *caption); #else static inline u32 nfs_display_fhandle_hash(const struct nfs_fh *fh) { + return 0; } static inline void nfs_display_fhandle(const struct nfs_fh *fh, const char *caption)