trs80: remove flags for gfx ops we deleted
authorAlan Cox <alan@linux.intel.com>
Sun, 8 Jul 2018 23:10:32 +0000 (00:10 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 8 Jul 2018 23:10:32 +0000 (00:10 +0100)
Kernel/platform-trs80/devgfx.c

index ca2b3b0..c71801d 100644 (file)
@@ -34,7 +34,7 @@ static const struct display trsdisplay[2] = {
     HW_TRS80GFX,
     GFX_MULTIMODE|GFX_MAPPABLE|GFX_OFFSCREEN,  /* Can in theory do pans */
     32,
-    GFX_DRAW|GFX_READ|GFX_WRITE
+    0
   }
   /* FIXME: Need to add Micrographyx at some point (needs a different id to
      the TRS80 model III one */