The Linux Kernel API | ||
---|---|---|
<<< Previous | Next >>> |
Remove all references to a driver from the core driver. The low level driver must have removed all its ports via the uart_remove_one_port if it registered them with uart_add_one_port. (ie, drv->port == NULL)
<<< Previous | Home | Next >>> |
uart_register_driver | Up | uart_add_one_port |