powerpc/embedded6xx: Make functions flipper_pic_init() & ug_udbg_putc() static
authorMathieu Malaterre <malat@debian.org>
Sun, 25 Feb 2018 17:22:22 +0000 (18:22 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 13 Mar 2018 04:50:34 +0000 (15:50 +1100)
commit8b51e679a54e808bdf1f2cc6552cf25577f0a3ea
treec8bb4090632ca2fc3ce2c9b003e7f8725a0d6101
parent67b464a89c21c9edd45ad15c457bb5f25dadecfd
powerpc/embedded6xx: Make functions flipper_pic_init() & ug_udbg_putc() static

Change signature of two functions, adding static keyword to prevent the
following two warnings (treated as errors on W=1):

  arch/powerpc/platforms/embedded6xx/flipper-pic.c:135:28: error: no previous prototype for ‘flipper_pic_init’
  arch/powerpc/platforms/embedded6xx/usbgecko_udbg.c:172:6: error: no previous prototype for ‘ug_udbg_putc’

Signed-off-by: Mathieu Malaterre <malat@debian.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/embedded6xx/flipper-pic.c
arch/powerpc/platforms/embedded6xx/usbgecko_udbg.c