[PATCH] i386: include asm/bugs.h in bugs.c for check_bugs prototype

2007-07-20 Thread Josh Triplett
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 <[EMAIL PROTECTED]> --- arch/i386/kernel/cpu/bugs.c |1 + 1 files changed, 1 insertions(+), 0

[PATCH] i386: include asm/bugs.h in bugs.c for check_bugs prototype

2007-07-20 Thread Josh Triplett
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 [EMAIL PROTECTED] --- arch/i386/kernel/cpu/bugs.c |1 + 1 files changed, 1 insertions(+), 0