summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mvebu/pm.c
diff options
context:
space:
mode:
authorBen Dooks <ben.dooks@codethink.co.uk>2016-06-07 22:03:45 +0300
committerGregory CLEMENT <gregory.clement@free-electrons.com>2016-06-16 12:24:00 +0300
commit53e2fd837b21efaffcc67b5e77da72bd58025c3d (patch)
tree54514b05f4fb5fd099733e6d30b7c15c6182174b /arch/arm/mach-mvebu/pm.c
parent1a695a905c18548062509178b98bc91e67510864 (diff)
downloadlinux-53e2fd837b21efaffcc67b5e77da72bd58025c3d.tar.xz
mvebu: fix missing includes in pmsu.c
The file is missing definitions for some functions due to not including two header files. Fix the following warnings by including "pmsu.h" and <linux/mvebu-pmsu.h> in pmsu.c: arch/arm/mach-mvebu/pmsu.c:127:5: warning: symbol 'mvebu_setup_boot_addr_wa' was not declared. Should it be static? arch/arm/mach-mvebu/pmsu.c:267:5: warning: symbol 'armada_370_xp_pmsu_idle_enter' was not declared. Should it be static? arch/arm/mach-mvebu/pmsu.c:313:5: warning: symbol 'armada_38x_do_cpu_suspend' was not declared. Should it be static? arch/arm/mach-mvebu/pmsu.c:340:6: warning: symbol 'mvebu_v7_pmsu_idle_exit' was not declared. Should it be static? arch/arm/mach-mvebu/pmsu.c:570:5: warning: symbol 'mvebu_pmsu_dfs_request' 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>
Diffstat (limited to 'arch/arm/mach-mvebu/pm.c')
0 files changed, 0 insertions, 0 deletions