.\" 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 "UART_UNREGISTER_DRIVER" "" "06 October 2005" "" "" .SH NAME uart_unregister_driver \- remove a driver from the uart core layer .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void uart_unregister_driver (struct uart_driver * \fIdrv\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdrv\fB\fR low level driver structure .SH "DESCRIPTION" .PP Remove all references to a driver from the core driver. The low level driver must have removed all its ports via the \fBuart_remove_one_port\fR if it registered them with \fBuart_add_one_port\fR\&. (ie, drv->port == NULL)