Name
unregister_serial —
remove a 16x50 serial port at runtime
Synopsis
void unregister_serial (
int line)
;
Description
Remove one serial port. This may not be called from interrupt
context. We hand the port back to our local PM control.
Note
this function is deprecated - use serial8250_unregister_port
instead.