From: Erik M. <er...@us...> - 2001-08-30 08:39:52
|
Update of /cvsroot/blob/blob/include In directory usw-pr-cvs1:/tmp/cvs-serv11618/include Modified Files: sa1100.h Log Message: change asm into asm-arm so the kernel tree doesn't need to be configured anymore Index: sa1100.h =================================================================== RCS file: /cvsroot/blob/blob/include/sa1100.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sa1100.h 2001/08/06 22:44:52 1.2 +++ sa1100.h 2001/08/30 08:39:49 1.3 @@ -29,7 +29,7 @@ /* Tell SA-1100.h to shut up; we're including it anyway. Nyah nyah ;-) */ #define __ASM_ARCH_HARDWARE_H -#include <asm/arch-sa1100/SA-1100.h> +#include <asm-arm/arch-sa1100/SA-1100.h> |