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

index 5106d02..24d03a8 100644 (file)
@@ -10,8 +10,8 @@
 #include <stdarg.h>
 #include <nascom.h>
 
-char tbuf1[TTYSIZ];
-char tbuf2[TTYSIZ];
+static char tbuf1[TTYSIZ];
+static char tbuf2[TTYSIZ];
 
 struct vt_repeat keyrepeat;