* [PATCH] ARM: scu: Add missing header file
@ 2016-03-21 14:51 Vishal Thanki
0 siblings, 0 replies; only message in thread
From: Vishal Thanki @ 2016-03-21 14:51 UTC (permalink / raw)
To: linux-arm-kernel
The header file is required to resovle EINVAL symbol,
otherwise can possibly cause a compilation failure.
Signed-off-by: Vishal Thanki <vishalthanki@gmail.com>
---
arch/arm/include/asm/smp_scu.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/include/asm/smp_scu.h b/arch/arm/include/asm/smp_scu.h
index bfe163c..9d07670 100644
--- a/arch/arm/include/asm/smp_scu.h
+++ b/arch/arm/include/asm/smp_scu.h
@@ -8,6 +8,7 @@
#ifndef __ASSEMBLER__
#include <asm/cputype.h>
+#include <linux/err.h>
static inline bool scu_a9_has_base(void)
{
--
2.4.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-03-21 14:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-21 14:51 [PATCH] ARM: scu: Add missing header file Vishal Thanki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).