kernel/drivers/tty/tty_port.c
.. .. @@ -18,6 +18,7 @@ 18 18 #include <linux/delay.h> 19 19 #include <linux/module.h> 20 20 #include <linux/serdev.h> 21 +#include "tty.h"21 22 22 23 static int tty_port_default_receive_buf(struct tty_port *port, 23 24 const unsigned char *p,