hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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