hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/drivers/tty/tty_buffer.c
....@@ -17,7 +17,7 @@
1717 #include <linux/delay.h>
1818 #include <linux/module.h>
1919 #include <linux/ratelimit.h>
20
-
20
+#include "tty.h"
2121
2222 #define MIN_TTYB_SIZE 256
2323 #define TTYB_ALIGN_MASK 255