Re: [PATCH] powerpc/papr_scm: Mark papr_scm_ndctl() as static

2020-03-05 Thread Michael Ellerman
On Thu, 2020-01-30 at 04:02:06 UTC, Vaibhav Jain wrote: > Function papr_scm_ndctl() is neither exported from the module nor > called directly from outside 'papr.c' hence should be marked 'static'. > > Signed-off-by: Vaibhav Jain Applied to powerpc next, thanks.

[PATCH] powerpc/papr_scm: Mark papr_scm_ndctl() as static

2020-01-29 Thread Vaibhav Jain
Function papr_scm_ndctl() is neither exported from the module nor called directly from outside 'papr.c' hence should be marked 'static'. Signed-off-by: Vaibhav Jain --- arch/powerpc/platforms/pseries/papr_scm.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git