projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53e2fd8
)
mvebu: fix missing include of common.h in pm.c
author
Ben Dooks
<ben.dooks@codethink.co.uk>
Tue, 7 Jun 2016 19:03:46 +0000
(20:03 +0100)
committer
Gregory CLEMENT
<gregory.clement@free-electrons.com>
Thu, 16 Jun 2016 09:24:11 +0000
(11:24 +0200)
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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mvebu/pm.c
b/arch/arm/mach-mvebu/pm.c
index
8d32bf7
..
2990c52
100644
(file)
--- a/
arch/arm/mach-mvebu/pm.c
+++ b/
arch/arm/mach-mvebu/pm.c
@@
-23,6
+23,7
@@
#include <asm/suspend.h>
#include "coherency.h"
+#include "common.h"
#include "pmsu.h"
#define SDRAM_CONFIG_OFFS 0x0