Hi remove compile warnings about undefined symbols. Later, Juan. Index: arch/mips/lib/promlib.c =================================================================== RCS file: /home/cvs/linux/arch/mips/lib/promlib.c,v retrieving revision 1.1.2.1 diff -u -r1.1.2.1 promlib.c --- arch/mips/lib/promlib.c 28 Sep 2002 22:28:38 -0000 1.1.2.1 +++ arch/mips/lib/promlib.c 18 Dec 2002 00:49:18 -0000 @@ -1,3 +1,7 @@ + +#include <asm/sgialib.h> +#include <linux/kernel.h> + #include <stdarg.h> void prom_printf(char *fmt, ...) -- In theory, practice and theory are the same, but in practice they are different -- Larry McVoy