From: Johan Hovold Date: Mon, 17 Jul 2017 08:28:20 +0000 (+0100) Subject: ARM: 8688/1: pm: add missing types include X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ac8b4d3ed1a1e995ce821064ce54a22c24d88294;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Johan Hovold Signed-off-by: Russell King --- 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 + struct sleep_save_sp { u32 *save_ptr_stash; u32 save_ptr_stash_phys;