commit | e9d50248d6d92957160bd2616a7e738a746b8231 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Tue Jun 07 20:03:47 2016 +0100 |
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | Thu Jun 16 11:24:19 2016 +0200 |
tree | 6ae07045df7c360a42582c193c6cfd77092fcec9 | |
parent | 43043a55b27f4a1f249f43a863402d645786c9bc [diff] |
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>