.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "TTY_UNREGISTER_DEVICE" "" "06 October 2005" "" "" .SH NAME tty_unregister_device \- unregister a tty device .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void tty_unregister_device (struct tty_driver * \fIdriver\fB, unsigned \fIindex\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdriver\fB\fR the tty driver that describes the tty device .TP \fB\fIindex\fB\fR the index in the tty driver for this tty device .SH "DESCRIPTION" .PP If a tty device is registered with a call to \fBtty_register_device\fR then this function must be made when the tty device is gone.