trs80: add the needed blank attribute variable
authorAlan Cox <alan@linux.intel.com>
Wed, 10 Jun 2015 22:50:15 +0000 (23:50 +0100)
committerAlan Cox <alan@linux.intel.com>
Wed, 10 Jun 2015 22:50:15 +0000 (23:50 +0100)
Kernel/platform-trs80/main.c

index 8572a55..08e8bb3 100644 (file)
@@ -8,6 +8,8 @@ uint16_t ramtop = PROGTOP;
 __sfr __at 0xE0 irqstat;
 __sfr __at 0xEF irqack;
 
+uint8_t vtattr_cap;
+
 /* On idle we spin checking for the terminals. Gives us more responsiveness
    for the polled ports */
 void platform_idle(void)