x86/boot: Include missing header file
authorZhengyi Shen <shenzhengyi@gmail.com>
Wed, 29 Mar 2017 07:00:20 +0000 (15:00 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 31 Mar 2017 08:43:42 +0000 (10:43 +0200)
commit6b1cc946ddfcfc17d66c7d02eafa14deeb183437
tree2047b4f63ce16a5987af37efe5de316a2b051b91
parent29f72ce3e4d18066ec75c79c857bee0618a3504b
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