From 28b9d6f14d30eae2d600a3f6deac625f26591820 Mon Sep 17 00:00:00 2001 From: Somya Anand Date: Sat, 21 Mar 2015 18:20:24 +0530 Subject: [PATCH] Staging: lustre: Convert macro class_export_rpc_inc into static inline function This patch converts the macro class_export_rpc_inc 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-format-patch failed