]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
i386: include asm/bugs.h in bugs.c for check_bugs prototype
authorJosh Triplett <josh@kernel.org>
Tue, 31 Jul 2007 07:39:20 +0000 (00:39 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 31 Jul 2007 22:39:42 +0000 (15:39 -0700)
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 <josh@kernel.org>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/i386/kernel/cpu/bugs.c

index 54428a2500f39fe111ff4bf4d36d547d34dcc595..59266f03d1cd021b3a51f9875cdb95fc62094211 100644 (file)
@@ -11,6 +11,7 @@
  */
 #include <linux/init.h>
 #include <linux/utsname.h>
+#include <asm/bugs.h>
 #include <asm/processor.h>
 #include <asm/i387.h>
 #include <asm/msr.h>