From: <ai...@us...> - 2003-09-29 23:42:38
|
Update of /cvsroot/linux-vax/kernel-2.4/drivers/char In directory sc8-pr-cvs1:/tmp/cvs-serv15069/drivers/char Modified Files: dz.c Log Message: second part of previous fix Index: dz.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/dz.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- dz.c 29 Sep 2003 23:40:59 -0000 1.17 +++ dz.c 29 Sep 2003 23:42:34 -0000 1.18 @@ -1400,9 +1400,9 @@ */ callout_driver = serial_driver; #if (LINUX_VERSION_CODE > 0x2032D && defined(CONFIG_DEVFS_FS)) - callout_driver.name = "cua"; -#else callout_driver.name = "cua/%d"; +#else + callout_driver.name = "cua"; #endif callout_driver.major = TTYAUX_MAJOR; callout_driver.subtype = SERIAL_TYPE_CALLOUT; |