mvebu: fix missing include of common.h in pm.c
authorBen Dooks <ben.dooks@codethink.co.uk>
Tue, 7 Jun 2016 19:03:46 +0000 (20:03 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Thu, 16 Jun 2016 09:24:11 +0000 (11:24 +0200)
commit43043a55b27f4a1f249f43a863402d645786c9bc
treee1d24a1f9489689ff5643610b37d2c8a6f577eb3
parent53e2fd837b21efaffcc67b5e77da72bd58025c3d
mvebu: fix missing include of common.h in pm.c

The mvebu_pm_suspend_init() is missing a definition, so
include common.h which defines this function into pm.c to
fix the following warning:

arch/arm/mach-mvebu/pm.c:235:12: warning: symbol 'mvebu_pm_suspend_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/pm.c