]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Follow change from glibc 2.2 and don't include <asm/io.h>.
authorUlrich Drepper <drepper@redhat.com>
Wed, 5 Jan 2000 17:25:19 +0000 (17:25 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 5 Jan 2000 17:25:19 +0000 (17:25 +0000)
sysdeps/unix/sysv/linux/alpha/sys/io.h
sysdeps/unix/sysv/linux/sys/io.h

index 208e7931198ef29a99114289fbf213934529f55b..08dd10637ed08907d27840b520a3b648ae331450 100644 (file)
@@ -23,9 +23,6 @@
 
 __BEGIN_DECLS
 
-/* Get constants from kernel header files. */
-#include <asm/io.h>
-
 /* If TURN_ON is TRUE, request for permission to do direct i/o on the
    port numbers in the range [FROM,FROM+NUM-1].  Otherwise, turn I/O
    permission off for that range.  This call requires root privileges.
index 75bbae194ae6d3dce12a8b03cfd74707ca2c3f7c..d344b5d6a5effadf9db508a700fca529cf0fa9ff 100644 (file)
@@ -23,9 +23,6 @@
 
 __BEGIN_DECLS
 
-/* Get constants from kernel header files. */
-#include <asm/io.h>
-
 /* If TURN_ON is TRUE, request for permission to do direct i/o on the
    port numbers in the range [FROM,FROM+NUM-1].  Otherwise, turn I/O
    permission off for that range.  This call requires root privileges.