From b505f82489125aac0612f838eff7c566d01eb5ba Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 9 Jul 2018 00:10:32 +0100 Subject: [PATCH] trs80: remove flags for gfx ops we deleted --- Kernel/platform-trs80/devgfx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-trs80/devgfx.c b/Kernel/platform-trs80/devgfx.c index ca2b3b09..c71801d4 100644 --- a/Kernel/platform-trs80/devgfx.c +++ b/Kernel/platform-trs80/devgfx.c @@ -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 */ -- 2.34.1