forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
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