]> asedeno.scripts.mit.edu Git - linux.git/commit
powerpc/powermac: Add missing prototype for note_bootable_part()
authorMathieu Malaterre <malat@debian.org>
Wed, 4 Apr 2018 20:13:05 +0000 (22:13 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 25 May 2018 02:04:42 +0000 (12:04 +1000)
commitf72cf3f1d49f2c35d6cb682af2e8c93550f264e4
tree1e3207a6228f96d877670532dd6b35255fe7584c
parentf91d5998996819eaf194ff48e00d4956a9270abd
powerpc/powermac: Add missing prototype for note_bootable_part()

Add a missing prototype for function `note_bootable_part` to silence a
warning treated as error with W=1:

  arch/powerpc/platforms/powermac/setup.c:361:12: error: no previous prototype for ‘note_bootable_part’ [-Werror=missing-prototypes]

Suggested-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Mathieu Malaterre <malat@debian.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/powermac/setup.c