powerpc/embedded6xx: Remove unused functions holly_power_off and holly_halt
authorMathieu Malaterre <malat@debian.org>
Tue, 26 Mar 2019 20:47:19 +0000 (21:47 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Sat, 20 Apr 2019 12:02:12 +0000 (22:02 +1000)
commit62611c1e241878c538211d80cefef9de72030b56
treec00729fccab0574d1dfa81eb5dcb824c70a76182
parent308be6c7817c850b55c3b6ff4bf53c2427e274bc
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: Mathieu Malaterre <malat@debian.org>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/embedded6xx/holly.c