[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-6b1cc946ddfcfc17d66c7d02eafa14deeb183437@git.kernel.org>
Date: Fri, 31 Mar 2017 01:48:50 -0700
From: tip-bot for Zhengyi Shen <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: shenzhengyi@...il.com, linux-kernel@...r.kernel.org,
mingo@...nel.org, hpa@...or.com, keescook@...omium.org,
tglx@...utronix.de
Subject: [tip:x86/urgent] x86/boot: Include missing header file
Commit-ID: 6b1cc946ddfcfc17d66c7d02eafa14deeb183437
Gitweb: http://git.kernel.org/tip/6b1cc946ddfcfc17d66c7d02eafa14deeb183437
Author: Zhengyi Shen <shenzhengyi@...il.com>
AuthorDate: Wed, 29 Mar 2017 15:00:20 +0800
Committer: Thomas Gleixner <tglx@...utronix.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@...il.com>
Acked-by: Kess Cook <keescook@...omium.org>
Link: http://lkml.kernel.org/r/1490770820-24472-1-git-send-email-shenzhengyi@gmail.com
Signed-off-by: Thomas Gleixner <tglx@...utronix.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)
{
Powered by blists - more mailing lists