From: Jim P. <jim...@us...> - 2001-11-27 01:16:44
|
Update of /cvsroot/linux-mips/linux/arch/mips/vr4111/common In directory usw-pr-cvs1:/tmp/cvs-serv1265/vr4111/common Modified Files: power.c Log Message: - Removed <asm/power.h> dependency - Added CONFIG_IDE and CONFIG_PCMCIA blocks to vr4111/clio-1000/setup.c Index: power.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/vr4111/common/power.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- power.c 2001/10/28 23:04:19 1.1 +++ power.c 2001/11/27 01:16:41 1.2 @@ -24,7 +24,6 @@ #include <asm/cacheops.h> #include <asm/mipsregs.h> #include <asm/pgalloc.h> -#include <asm/power.h> /* * vr4111_dma_sem is needed because we cannot suspend while a DMA transfer |