aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/suspend.h
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2017-07-17 09:28:20 +0100
committerRussell King <rmk+kernel@armlinux.org.uk>2017-08-02 14:14:28 +0100
commitac8b4d3ed1a1e995ce821064ce54a22c24d88294 (patch)
treec7c9f517f17e9ac29151255bfc72c2b8496308b9 /arch/arm/include/asm/suspend.h
parentLinux 4.13-rc2 (diff)
downloadlinux-dev-ac8b4d3ed1a1e995ce821064ce54a22c24d88294.tar.xz
linux-dev-ac8b4d3ed1a1e995ce821064ce54a22c24d88294.zip
ARM: 8688/1: pm: add missing types include
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>
Diffstat (limited to 'arch/arm/include/asm/suspend.h')
-rw-r--r--arch/arm/include/asm/suspend.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/suspend.h b/arch/arm/include/asm/suspend.h
index 6c7182f32cef..a61905c86732 100644
--- 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;