commit | ac29abf38176ec149671b01d228e0a9dc38e4e60 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Tue Jun 21 16:16:19 2016 +0100 |
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | Mon Jul 11 17:59:24 2016 +0200 |
tree | 3fa89ab0fd536c197015b0bc885a4c67f47cb50b | |
parent | fce7b5ae1273a27db341d5dfd51a8ca6ef4caa95 [diff] |
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>