projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
520eccd
)
ARM: 8688/1: pm: add missing types include
author
Johan Hovold
<johan@kernel.org>
Mon, 17 Jul 2017 08:28:20 +0000
(09:28 +0100)
committer
Russell King
<rmk+kernel@armlinux.org.uk>
Wed, 2 Aug 2017 13:14:28 +0000
(14:14 +0100)
Add missing types.h include to make the suspend header self-contained
and avoid compilation breakage due to include-directive ordering.
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/include/asm/suspend.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/suspend.h
b/arch/arm/include/asm/suspend.h
index 6c7182f32cefeb247068e80af9944b4ff01e3727..a61905c86732973665f101be08cffac5a7d4c946 100644
(file)
--- a/
arch/arm/include/asm/suspend.h
+++ b/
arch/arm/include/asm/suspend.h
@@
-1,6
+1,8
@@
#ifndef __ASM_ARM_SUSPEND_H
#define __ASM_ARM_SUSPEND_H
+#include <linux/types.h>
+
struct sleep_save_sp {
u32 *save_ptr_stash;
u32 save_ptr_stash_phys;