commit | 91eb1b79ecf42bad91ff084ba3d020ec833b3477 | [log] [tgz] |
---|---|---|
author | Josh Triplett <josh@kernel.org> | Tue Jul 31 00:39:20 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Jul 31 15:39:42 2007 -0700 |
tree | 080cde71d5dc3a51675f9a6c151ca8c2be8347c3 | |
parent | d133a9609ee6111c9718a4bbe559b84a399603e6 [diff] |
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>