Update of /cvsroot/linux-vax/kernel-2.4/drivers/vax/char
In directory usw-pr-cvs1:/tmp/cvs-serv5668/char
Modified Files:
iprcons.c
Log Message:
DA: make work with 2.4
Index: iprcons.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/vax/char/iprcons.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iprcons.c 25 Oct 2002 14:04:35 -0000 1.1
+++ iprcons.c 26 Oct 2002 10:48:56 -0000 1.2
@@ -756,7 +756,7 @@
static kdev_t iprcons_console_device(struct console *cons)
{
- return mk_kdev(TTY_MAJOR, 64);
+ return MKDEV(TTY_MAJOR, 64);
}
static struct console iprcons_sercons = {
|