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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Aug 2018 05:55:18 +0000 (07:55 +0200)
commit0cd9fd8406a6c8f8dc8f2883caefb5dad36d28fc
tree8b09e5cd57ae9bdf8eeadf570143fdf815645878
parentf851d8ac65cc3378983cc65dfab4b0384ec70ebb
powerpc/powermac: Add missing prototype for note_bootable_part()

[ Upstream commit f72cf3f1d49f2c35d6cb682af2e8c93550f264e4 ]

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>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/powerpc/platforms/powermac/setup.c