From: Randy Dunlap Date: Tue, 24 Jan 2012 03:28:07 +0000 (+0000) Subject: sunrpc: fix stats.h for CONFIG_PROC_FS not enabled X-Git-Tag: v3.4-rc1~123^2~154 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc9f4be5ffb86b4b483eeb15eb08aebc60a1b9a9;p=pandora-kernel.git sunrpc: fix stats.h for CONFIG_PROC_FS not enabled Fix build errors in linux/sunrpc/stats.h when CONFIG_PROC_FS is not enabled: - add parameter names to inline functions - fix placement of '(' in rpc_proc_unregister() Fixes these errors: include/linux/sunrpc/stats.h:72:63: error: parameter name omitted include/linux/sunrpc/stats.h:73:46: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'net' Signed-off-by: Randy Dunlap Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed