powerpc/ps3: Move static keyword to the front of declaration
authorXiongfeng Wang <wangxiongfeng2@huawei.com>
Wed, 29 Apr 2020 10:00:48 +0000 (18:00 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 4 May 2020 12:29:37 +0000 (22:29 +1000)
commit43c8a496fa37187b54f7df71fb8262acc6bf6200
tree05ab2c224a4345b31ce6bbd1c39880788021d9c4
parent57b3ed941b5542aaebcd9f59369571bbce9d6dcc
powerpc/ps3: Move static keyword to the front of declaration

Move the static keyword to the front of declaration of 'vuart_bus_priv',
and resolve the following compiler warning that can be seen when
building with warnings enabled (W=1):

drivers/ps3/ps3-vuart.c:867:1: warning: â€˜static’ is not at beginning of declaration [-Wold-style-declaration]
 } static vuart_bus_priv;
 ^

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Xiongfeng Wang <wangxiongfeng2@huawei.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/1588154448-56759-1-git-send-email-wangxiongfeng2@huawei.com
drivers/ps3/ps3-vuart.c