[xserver-commit] xserver/hw/kdrive/ati ati_draw.c,1.4,1.5

Eric Anholt xserver-commit@pdx.freedesktop.org
Sun, 30 Nov 2003 17:47:11 -0800


Committed by: anholt

Update of /cvs/xserver/xserver/hw/kdrive/ati
In directory pdx:/home/anholt/xserver/hw/kdrive/ati

Modified Files:
	ati_draw.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: ati_draw.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/ati/ati_draw.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ati_draw.c	23 Nov 2003 10:12:04 -0000	1.4
+++ ati_draw.c	1 Dec 2003 01:46:38 -0000	1.5
@@ -22,7 +22,6 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 /* $Header$ */
-#include <sys/io.h>
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>