mvebu: make mvebu_armada375_smp_wa_init() static
authorBen Dooks <ben.dooks@codethink.co.uk>
Tue, 7 Jun 2016 19:03:48 +0000 (20:03 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Thu, 16 Jun 2016 09:24:27 +0000 (11:24 +0200)
commit6c5066f6e171d8bea3bbdd56de62b6c23a692672
treedd84d0ab425bb160abe64150a3000fa288de3f4d
parente9d50248d6d92957160bd2616a7e738a746b8231
mvebu: make mvebu_armada375_smp_wa_init() static

The mvebu_armada375_smp_wa_init() is not exported or declared
anywhere, so make it static to fix the following warning:

arch/arm/mach-mvebu/system-controller.c:130:6: warning: symbol 'mvebu_armada375_smp_wa_init' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/mach-mvebu/system-controller.c