Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6
[powerpc.git] / drivers / serial / crisv10.c
index 5cacc5e..b84137c 100644 (file)
@@ -4878,7 +4878,7 @@ rs_init(void)
        driver->init_termios = tty_std_termios;
        driver->init_termios.c_cflag =
                B115200 | CS8 | CREAD | HUPCL | CLOCAL; /* is normally B9600 default... */
-       driver->flags = TTY_DRIVER_REAL_RAW | TTY_DRIVER_NO_DEVFS;
+       driver->flags = TTY_DRIVER_REAL_RAW | TTY_DRIVER_DYNAMIC_DEV;
        driver->termios = serial_termios;
        driver->termios_locked = serial_termios_locked;