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

index 5ac85ef..5ff2904 100644 (file)
@@ -6,10 +6,10 @@
 #include <devtty.h>
 #include <zeta-v2.h>
 
-char tbuf1[TTYSIZ];
+static char tbuf1[TTYSIZ];
 
 #ifdef CONFIG_PPP
-char tbufp[TTYSIZ];
+static char tbufp[TTYSIZ];
 #endif
 
 unsigned char uart0_type;