sys/io.h -> asm/io.h (more portable) - fixes bug #109048
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Fri, 4 Apr 2003 19:32:49 +0000 (19:32 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Fri, 4 Apr 2003 19:32:49 +0000 (19:32 +0000)
Original commit message from CVS:
sys/io.h -> asm/io.h (more portable) - fixes bug #109048

sys/qcam/qcam-Linux.c
sys/qcam/qcam-os.c

index f6383e0..4ef5cf4 100644 (file)
@@ -35,7 +35,7 @@ OTHER DEALINGS IN THE SOFTWARE.
 #ifdef TESTING
 #include <errno.h>
 #endif
-#include <sys/io.h>
+#include <asm/io.h>
 
 #include <sys/time.h>
 #include <sys/types.h>
index f6383e0..4ef5cf4 100644 (file)
@@ -35,7 +35,7 @@ OTHER DEALINGS IN THE SOFTWARE.
 #ifdef TESTING
 #include <errno.h>
 #endif
-#include <sys/io.h>
+#include <asm/io.h>
 
 #include <sys/time.h>
 #include <sys/types.h>