.\" 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 "UNREGISTER_SERIAL" "9" "09 October 2005" "" ""
.SH NAME
unregister_serial \- remove a 16x50 serial port at runtime
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void unregister_serial (int \fIline\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIline\fB\fR
serial line number
.SH "DESCRIPTION"
.PP
Remove one serial port. This may not be called from interrupt
context. We hand the port back to our local PM control.
.SH "NOTE"
.PP
this function is deprecated - use serial8250_unregister_port
instead.