summaryrefslogtreecommitdiffstats
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
parent520eccdfe187591a51ea9ab4c1a024ae4d0f68d9 (diff)
downloadop-kernel-dev-ac8b4d3ed1a1e995ce821064ce54a22c24d88294.zip
op-kernel-dev-ac8b4d3ed1a1e995ce821064ce54a22c24d88294.tar.gz
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>
-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 6c7182f..a61905c 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;
OpenPOWER on IntegriCloud