]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4ea1b6da1b55c12ea0f1cb82a070682e63687700
treea1e5e1d4895ece8f3d924639ce29b24d50eda02a
parent32d8ad4a588bf63bccb4293dea20b51cb3916f98
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