UART_REMOVE_ONE_PORT(9) 16x50 UART Driver UART_REMOVE_ONE_PORT(9)NAMEuart_remove_one_port - detach a driver defined port structureSYNOPSISint uart_remove_one_port(struct uart_driver * drv, struct uart_port * uport);ARGUMENTSdrv pointer to the uart low level driver structure for this port uport uart port structure for this portDESCRIPTIONThis unhooks (and hangs up) the specified port structure from the core driver. No further calls will be made to the low-level code for this port.COPYRIGHTKernel Hackers Manual 2.6. July 2010 UART_REMOVE_ONE_PORT(9)