OSDN Git Service

ARM: 8688/1: pm: add missing types include
authorJohan Hovold <johan@kernel.org>
Mon, 17 Jul 2017 08:28:20 +0000 (09:28 +0100)
committerRussell 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

index 6c7182f..a61905c 100644 (file)
@@ -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;