powerpc/papr_scm: Mark papr_scm_ndctl() as static
authorVaibhav Jain <vaibhav@linux.ibm.com>
Thu, 30 Jan 2020 04:02:06 +0000 (09:32 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 19 Feb 2020 10:07:09 +0000 (21:07 +1100)
commit72c4ebbac476b8375e69fd09390e6b64c2891716
treea1e5e1d4895ece8f3d924639ce29b24d50eda02a
parent8cbb00a901037986f4066e2fc0d36a4882475662
powerpc/papr_scm: Mark papr_scm_ndctl() as static

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 <vaibhav@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200130040206.79998-1-vaibhav@linux.ibm.com
arch/powerpc/platforms/pseries/papr_scm.c