Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62611c1e authored by Mathieu Malaterre's avatar Mathieu Malaterre Committed by Michael Ellerman
Browse files

powerpc/embedded6xx: Remove unused functions holly_power_off and holly_halt



Silence the following warnings triggered using W=1:

  arch/powerpc/platforms/embedded6xx/holly.c:236:6: error: no previous prototype for 'holly_power_off'
  arch/powerpc/platforms/embedded6xx/holly.c:243:6: error: no previous prototype for 'holly_halt'

Signed-off-by: default avatarMathieu Malaterre <malat@debian.org>
Reviewed-by: default avatarMukesh Ojha <mojha@codeaurora.org>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 308be6c7
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -234,18 +234,6 @@ static void __noreturn holly_restart(char *cmd)
	for (;;) ;
}

void holly_power_off(void)
{
	local_irq_disable();
	/* No way to shut power off with software */
	for (;;) ;
}

void holly_halt(void)
{
	holly_power_off();
}

/*
 * Called very early, device-tree isn't unflattened
 */