Move static keyword at beginning of declaration
authorMathieu Malaterre <malat@debian.org>
Sat, 2 Feb 2019 13:05:35 +0000 (14:05 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 3 Feb 2019 09:44:19 +0000 (20:44 +1100)
commit8e0f97357533aa5b57b333de47eb008c6072fcac
tree5b611369becc5b3ce5dc8e550c02adb8d088da93
parente5c27ef7a5f204ff2f894f0dd7ed37748a7fa12f
Move static keyword at beginning of declaration

Move the static keyword around to remove the following warnings (W=1):

  arch/powerpc/platforms/ps3/os-area.c:212:1: error: 'static' is not at beginning of declaration [-Werror=old-style-declaration]
  arch/powerpc/platforms/ps3/system-bus.c:45:1: error: 'static' is not at beginning of declaration [-Werror=old-style-declaration]

Signed-off-by: Mathieu Malaterre <malat@debian.org>
Acked-by: Geoff Levand <geoff@infradead.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/ps3/os-area.c
arch/powerpc/platforms/ps3/system-bus.c