From 2869e08a328cb6aa51c17b96bdebd37e9eeefc88 Mon Sep 17 00:00:00 2001
From: Keith Packard <keithp@keithp.com>
Date: Wed, 13 Dec 2000 18:06:54 +0000
Subject: [PATCH] kdrive: non-x86 compiles broken in kmap.c

---
 hw/kdrive/src/kmap.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hw/kdrive/src/kmap.c b/hw/kdrive/src/kmap.c
index a5e34766d8..e1f3dff52a 100644
--- a/hw/kdrive/src/kmap.c
+++ b/hw/kdrive/src/kmap.c
@@ -21,7 +21,7 @@
  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  * PERFORMANCE OF THIS SOFTWARE.
  */
-/* $XFree86: xc/programs/Xserver/hw/kdrive/kmap.c,v 1.2 1999/12/30 03:03:06 robin Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/kdrive/kmap.c,v 1.5 2000/12/08 23:04:56 keithp Exp $ */
 
 #include "kdrive.h"
 
@@ -31,10 +31,10 @@
 #endif
 #endif
 
-#ifdef HAS_MTRR
 #include <errno.h>
 #include <unistd.h>
 #include <sys/mman.h>
+#ifdef HAS_MTRR
 #include <asm/mtrr.h>
 #endif
 
-- 
GitLab