]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
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)
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

index f40e87ca180b59a3bd6eacfde12fcc25a313e582..3a529fcdae972b0db7ca94648c197d86d2b92215 100644 (file)
@@ -352,6 +352,7 @@ static int pmac_late_init(void)
 }
 machine_late_initcall(powermac, pmac_late_init);
 
+void note_bootable_part(dev_t dev, int part, int goodness);
 /*
  * This is __ref because we check for "initializing" before
  * touching any of the __init sensitive things and "initializing"