hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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