]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mvebu: fix missing include of common.h in cpu-reset.c
authorBen Dooks <ben.dooks@codethink.co.uk>
Tue, 7 Jun 2016 19:03:47 +0000 (20:03 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Thu, 16 Jun 2016 09:24:19 +0000 (11:24 +0200)
commite9d50248d6d92957160bd2616a7e738a746b8231
tree6ae07045df7c360a42582c193c6cfd77092fcec9
parent43043a55b27f4a1f249f43a863402d645786c9bc
mvebu: fix missing include of common.h in cpu-reset.c

The mvebu_cpu_reset_deassert() is missing the definition for
it, so include common.h where it is defined to fix the warning:

arch/arm/mach-mvebu/cpu-reset.c:25:5: warning: symbol 'mvebu_cpu_reset_deassert' 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/cpu-reset.c