From: Erik M. <er...@us...> - 2001-08-30 08:39:52
|
Update of /cvsroot/blob/blob/src In directory usw-pr-cvs1:/tmp/cvs-serv11618/src Modified Files: linux.c Log Message: change asm into asm-arm so the kernel tree doesn't need to be configured anymore Index: linux.c =================================================================== RCS file: /cvsroot/blob/blob/src/linux.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- linux.c 2001/08/06 22:44:52 1.2 +++ linux.c 2001/08/30 08:39:49 1.3 @@ -32,7 +32,7 @@ #include "serial.h" #include "util.h" -#include <asm/setup.h> +#include <asm-arm/setup.h> static void setup_start_tag(void); |