提交 fed3c155 编写于 作者: J Johan Hovold 提交者: Russell King

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: NJohan Hovold <johan@kernel.org>
Signed-off-by: NRussell King <rmk+kernel@armlinux.org.uk>
上级 ac8b4d3e
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#ifndef __ASSEMBLER__ #ifndef __ASSEMBLER__
#include <linux/errno.h>
#include <asm/cputype.h> #include <asm/cputype.h>
static inline bool scu_a9_has_base(void) static inline bool scu_a9_has_base(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册