|
From: Kenn H. <ke...@us...> - 2004-07-30 00:17:25
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers/char In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29006/drivers/char Modified Files: dz.c Log Message: Make generic early console I/O routines for DZ available always, even if CONFIG_DZ is not set Index: dz.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/char/dz.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- dz.c 12 Jul 2004 23:19:46 -0000 1.21 +++ dz.c 30 Jul 2004 00:17:16 -0000 1.22 @@ -68,7 +68,6 @@ #include <asm/mv.h> #include <asm/vsa.h> #include <asm/dz11.h> -volatile struct dz11_regs *dz11_addr; #else #include <asm/dec/machtype.h> #include <asm/dec/kn01.h> |