Driver/tiny/tiny_shutdown()

Last-modified: 2007-09-19 (水) 11:36:17

209 :static void tiny_shutdown(struct uart_port *port)
210 :{
211 : /* The port is being closed by the last user. */
212 : /* Do any hardware specific stuff here */
213 :
214 : /* shut down our timer */
215 : del_timer(timer);
216 :}