bus: mvebu-mbus: make mvebu_mbus_syscore_ops static
authorBen Dooks <ben.dooks@codethink.co.uk>
Tue, 21 Jun 2016 15:16:19 +0000 (16:16 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Mon, 11 Jul 2016 15:59:24 +0000 (17:59 +0200)
commitac29abf38176ec149671b01d228e0a9dc38e4e60
tree3fa89ab0fd536c197015b0bc885a4c67f47cb50b
parentfce7b5ae1273a27db341d5dfd51a8ca6ef4caa95
bus: mvebu-mbus: make mvebu_mbus_syscore_ops static

Make mvebu_mbus_syscore_ops static as it does not get
used or declared outside mvebu-mbus.c to fix the following
sparse warning:

linux/drivers/bus/mvebu-mbus.c:1092:20: warning: symbol 'mvebu_mbus_syscore_ops' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
drivers/bus/mvebu-mbus.c