]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7786db0d67f64efe2a090fbd24821691d9d75f2d
tree5b611369becc5b3ce5dc8e550c02adb8d088da93
parentdb566d3291318339a7e0641254d4084732a30f0f
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