vt: should define vtattr in the headers
authorAlan Cox <alan@linux.intel.com>
Thu, 19 Apr 2018 22:44:40 +0000 (23:44 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 19 Apr 2018 22:44:40 +0000 (23:44 +0100)
This didn't show up as everyone currently uses it in asm files only

Kernel/include/vt.h

index 48aedee..ee8154e 100644 (file)
@@ -56,6 +56,7 @@ void do_beep(void);
 int vt_ioctl(uint8_t minor, uarg_t op, char *ptr);
 int vt_inproc(uint8_t minor, unsigned char c);
 void vtattr_notify(void);
+extern uint8_t vtattr;
 extern uint8_t vtattr_cap;
 extern uint8_t vtink;
 extern uint8_t vtpaper;