From: Josh Triplett Date: Tue, 31 Jul 2007 07:39:21 +0000 (-0700) Subject: x86_64: include asm/bugs.h in bugs.c for check_bugs prototype X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=dd22a68228cf1c8dad39d6f9da925bd534aea91d;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git x86_64: include asm/bugs.h in bugs.c for check_bugs prototype C files should include the header files that prototype their functions. Eliminates a sparse warning: warning: symbol 'check_bugs' was not declared. Should it be static? Signed-off-by: Josh Triplett Cc: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/x86_64/kernel/bugs.c b/arch/x86_64/kernel/bugs.c index c3c6b91566ed..4e5e9d364d63 100644 --- a/arch/x86_64/kernel/bugs.c +++ b/arch/x86_64/kernel/bugs.c @@ -8,6 +8,7 @@ #include #include #include +#include #include #include