trs80: static tty buffers
authorAlan Cox <alan@linux.intel.com>
Sat, 19 Jan 2019 21:36:42 +0000 (21:36 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 19 Jan 2019 21:36:42 +0000 (21:36 +0000)
Kernel/platform-trs80/devtty.c

index 6eb6af0..f7a7c51 100644 (file)
@@ -9,9 +9,9 @@
 #include <devinput.h>
 #include <stdarg.h>
 
-char tbuf1[TTYSIZ];
-char tbuf2[TTYSIZ];
-char tbuf3[TTYSIZ];
+static char tbuf1[TTYSIZ];
+static char tbuf2[TTYSIZ];
+static char tbuf3[TTYSIZ];
 
 uint8_t curtty;                /* output side */
 uint8_t inputtty;      /* input side */