[xserver-commit] xserver/hw/kdrive/mach64 mach64.c,1.16,1.17
Eric Anholt
xserver-commit@pdx.freedesktop.org
Sun, 30 Nov 2003 17:47:12 -0800
Committed by: anholt
Update of /cvs/xserver/xserver/hw/kdrive/mach64
In directory pdx:/home/anholt/xserver/hw/kdrive/mach64
Modified Files:
mach64.c
Log Message:
Remove sys/io.h inclusion from some files that didn't need it, and
change asm/io.h to sys/io.h in vga.c, which newer Linux complains
about.
Index: mach64.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/mach64/mach64.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- mach64.c 2 Nov 2003 19:56:10 -0000 1.16
+++ mach64.c 1 Dec 2003 01:46:40 -0000 1.17
@@ -25,7 +25,6 @@
#include <config.h>
#endif
#include "mach64.h"
-#include <sys/io.h>
static Bool
mach64CardInit (KdCardInfo *card)