x86_64: include asm/bugs.h in bugs.c for check_bugs prototype
authorJosh Triplett <josh@kernel.org>
Tue, 31 Jul 2007 07:39:21 +0000 (00:39 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 31 Jul 2007 22:39:42 +0000 (15:39 -0700)
commitdd22a68228cf1c8dad39d6f9da925bd534aea91d
treecf797bbc0b69f638d8cbc401810ab9d65a6a47b1
parent91eb1b79ecf42bad91ff084ba3d020ec833b3477
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 <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/x86_64/kernel/bugs.c