From: Johan Hovold Date: Mon, 17 Jul 2017 08:28:19 +0000 (+0100) Subject: ARM: 8689/1: scu: add missing errno include X-Git-Tag: v4.14-rc1~56^2^2~6 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=fed3c15531a225d95ec9b0aba4ff01c38de7a1b9;p=linux.git ARM: 8689/1: scu: add missing errno include Add missing errno include to make the header self-contained and avoid compilation breakage when compiling shared code without CONFIG_HAVE_ARM_SCU. Signed-off-by: Johan Hovold Signed-off-by: Russell King --- diff --git a/arch/arm/include/asm/smp_scu.h b/arch/arm/include/asm/smp_scu.h index bfe163c40024..5983f6bc62d5 100644 --- a/arch/arm/include/asm/smp_scu.h +++ b/arch/arm/include/asm/smp_scu.h @@ -7,6 +7,7 @@ #ifndef __ASSEMBLER__ +#include #include static inline bool scu_a9_has_base(void)