Hi,

This patch contributed by Jeff Bailey <[EMAIL PROTECTED]>, removes
unneeded unconditonal <sys/io.h> includes.

regards,
guillem
--- gfxdrivers/i830/i830.h      2005-02-10 13:48:47.000000000 +0200
+++ gfxdrivers/i830/i830.h      2005-05-19 03:48:33.004614464 +0300
@@ -28,7 +28,6 @@
 #define __I830_H__
 
 #include <asm/types.h>
-#include <sys/io.h>
 #include <linux/agpgart.h>
 
 #include <core/gfxcard.h>
--- gfxdrivers/savage/savage3d.c        2004-04-21 16:50:37.000000000 +0300
+++ gfxdrivers/savage/savage3d.c        2005-05-19 03:48:50.887895792 +0300
@@ -31,7 +31,6 @@
 #include <stdlib.h>
 
 #include <sys/mman.h>
-#include <sys/io.h>
 #include <fcntl.h>
 #include <sys/ioctl.h>
 
--- gfxdrivers/savage/savage4.c 2004-04-21 16:50:37.000000000 +0300
+++ gfxdrivers/savage/savage4.c 2005-05-19 03:48:46.520559728 +0300
@@ -31,7 +31,6 @@
 #include <stdlib.h>
 
 #include <sys/mman.h>
-#include <sys/io.h>
 #include <fcntl.h>
 #include <sys/ioctl.h>
 
_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to