From: Jim P. <jim...@us...> - 2001-11-27 01:16:44
|
Update of /cvsroot/linux-mips/linux/arch/mips/vr41xx/common In directory usw-pr-cvs1:/tmp/cvs-serv1265/vr41xx/common Modified Files: reset.c Log Message: - Removed <asm/power.h> dependency - Added CONFIG_IDE and CONFIG_PCMCIA blocks to vr4111/clio-1000/setup.c Index: reset.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/vr41xx/common/reset.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- reset.c 2001/10/29 07:35:10 1.2 +++ reset.c 2001/11/27 01:16:41 1.3 @@ -23,7 +23,6 @@ #include <asm/cacheops.h> #include <asm/mipsregs.h> #include <asm/pgalloc.h> -#include <asm/power.h> void vr41xx_restart(char *c) { |