]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commit91eb1b79ecf42bad91ff084ba3d020ec833b3477
tree080cde71d5dc3a51675f9a6c151ca8c2be8347c3
parentd133a9609ee6111c9718a4bbe559b84a399603e6
i386: 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/i386/kernel/cpu/bugs.c