summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Weigelt, metux IT consult <info@metux.net>2024-05-23 11:14:25 +0200
committerEnrico Weigelt, metux IT consult <info@metux.net>2024-05-23 11:14:25 +0200
commit35450f9871f3dd8ce56458cd31bb0025da01049c (patch)
tree412a9e844c8d4e5122b8fafa82a9aaf5cfd94d8b
parent30fe3074c5d40e1ddf47962ab6f681bab2e1133b (diff)
Fix commend on endif
The symbol HAVE_ISA is gone, the one thats closed by this endif is USE_MIBANK. Fixes: 30fe3074c5d40e1ddf47962ab6f681bab2e1133b Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-chips/-/merge_requests/11>
-rw-r--r--src/ct_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ct_driver.c b/src/ct_driver.c
index 8421950..95a669e 100644
--- a/src/ct_driver.c
+++ b/src/ct_driver.c
@@ -4007,7 +4007,7 @@ CHIPSScreenInit(SCREEN_INIT_ARGS_DECL)
miDCInitialize (pScreen, xf86GetPointerScreenFuncs());
} else
-#endif /* HAVE_ISA */
+#endif /* USE_MIBANK */
{
/* !!! Only support linear addressing for now. This might change */
/* Setup pointers to free space in video ram */