From: Somya Anand Date: Sat, 21 Mar 2015 12:50:25 +0000 (+0530) Subject: Staging: lustre: Convert macro class_export_rpc_dec into static inline function X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~150 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fb0acb435c92760c4157df134e88103f1461b32;p=pandora-kernel.git Staging: lustre: Convert macro class_export_rpc_dec into static inline function This patch converts the macro class_export_rpc_dec into static inline function. This is possible because the types of arguments at all the call sites are same. So, the type of parameter is compatible with the types of the arguments at all of the call sites. Signed-off-by: Somya Anand Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed