coco3: remove a bogus "static"
authorAlan Cox <alan@linux.intel.com>
Wed, 7 Oct 2015 20:37:44 +0000 (21:37 +0100)
committerAlan Cox <alan@linux.intel.com>
Wed, 7 Oct 2015 20:37:44 +0000 (21:37 +0100)
Kernel/platform-coco3/devtty.h

index fc272a8..3206711 100644 (file)
@@ -4,7 +4,7 @@
 #include <../include/vt.h>
 #include <../include/graphics.h>
 
-static struct pty {
+struct pty {
        unsigned char *base;    /* base of buffer in cpu space */
        unsigned char *cpos;    /* current location of cursor */
        unsigned char csave;    /* charactor that is under the cursor */