From: tip-bot for Zhengyi Shen <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: shenzhengyi@gmail.com, linux-kernel@vger.kernel.org,
mingo@kernel.org, hpa@zytor.com, keescook@chromium.org,
tglx@linutronix.de
Subject: [tip:x86/urgent] x86/boot: Include missing header file
Date: Fri, 31 Mar 2017 01:48:50 -0700 [thread overview]
Message-ID: <tip-6b1cc946ddfcfc17d66c7d02eafa14deeb183437@git.kernel.org> (raw)
In-Reply-To: <1490770820-24472-1-git-send-email-shenzhengyi@gmail.com>
Commit-ID: 6b1cc946ddfcfc17d66c7d02eafa14deeb183437
Gitweb: http://git.kernel.org/tip/6b1cc946ddfcfc17d66c7d02eafa14deeb183437
Author: Zhengyi Shen <shenzhengyi@gmail.com>
AuthorDate: Wed, 29 Mar 2017 15:00:20 +0800
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitDate: Fri, 31 Mar 2017 10:43:42 +0200
x86/boot: Include missing header file
Sparse complains about missing forward declarations:
arch/x86/boot/compressed/error.c:8:6:
warning: symbol 'warn' was not declared. Should it be static?
arch/x86/boot/compressed/error.c:15:6:
warning: symbol 'error' was not declared. Should it be static?
Include the missing header file.
Signed-off-by: Zhengyi Shen <shenzhengyi@gmail.com>
Acked-by: Kess Cook <keescook@chromium.org>
Link: http://lkml.kernel.org/r/1490770820-24472-1-git-send-email-shenzhengyi@gmail.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
arch/x86/boot/compressed/error.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/x86/boot/compressed/error.c b/arch/x86/boot/compressed/error.c
index 6248740..3192202 100644
--- a/arch/x86/boot/compressed/error.c
+++ b/arch/x86/boot/compressed/error.c
@@ -4,6 +4,7 @@
* memcpy() and memmove() are defined for the compressed boot environment.
*/
#include "misc.h"
+#include "error.h"
void warn(char *m)
{
next prev parent reply other threads:[~2017-03-31 8:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-29 7:00 [PATCH] arch:x86/boot/compressed/error: Add declaration for necessary head file Zhengyi Shen
2017-03-29 16:48 ` Kees Cook
2017-03-31 8:48 ` tip-bot for Zhengyi Shen [this message]
2017-03-31 10:08 ` [tip:x86/boot] x86/boot: Fix Sparse warning by including required header file tip-bot for Zhengyi Shen
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=tip-6b1cc946ddfcfc17d66c7d02eafa14deeb183437@git.kernel.org \
--to=tipbot@zytor.com \
--cc=hpa@zytor.com \
--cc=keescook@chromium.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=shenzhengyi@gmail.com \
--cc=tglx@linutronix.de \
/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
Powered by JetHome