]> asedeno.scripts.mit.edu Git - linux.git/commit
powerpc: Make function btext_initialize static
authorMathieu Malaterre <malat@debian.org>
Thu, 22 Mar 2018 20:19:52 +0000 (21:19 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 25 May 2018 02:04:44 +0000 (12:04 +1000)
commit86e11b6e9c56e605475462bf9ba7c12dbe1e3e29
tree1f91a0b82485c098bb2a965ae0a630cccab30c88
parentbd13ac95f954570e01fba5a6caf771da754ac0e3
powerpc: Make function btext_initialize static

This function can be static, make it so, this fix a warning treated as
error with W=1:

  arch/powerpc/kernel/btext.c:173:5: error: no previous prototype for ‘btext_initialize’ [-Werror=missing-prototypes]

Signed-off-by: Mathieu Malaterre <malat@debian.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/btext.c