Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fed3c155 authored by Johan Hovold's avatar Johan Hovold Committed by Russell King
Browse files

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: default avatarJohan Hovold <johan@kernel.org>
Signed-off-by: default avatarRussell King <rmk+kernel@armlinux.org.uk>
parent ac8b4d3e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@

#ifndef __ASSEMBLER__

#include <linux/errno.h>
#include <asm/cputype.h>

static inline bool scu_a9_has_base(void)