From: vishalthanki@gmail.com (Vishal Thanki)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: scu: Add missing header file
Date: Mon, 21 Mar 2016 15:51:01 +0100 [thread overview]
Message-ID: <1458571861-20290-1-git-send-email-vishalthanki@gmail.com> (raw)
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
reply other threads:[~2016-03-21 14:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1458571861-20290-1-git-send-email-vishalthanki@gmail.com \
--to=vishalthanki@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).