summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2014-11-01 16:17:58 +0100
committerMartin Mares <mj@ucw.cz>2014-11-01 16:17:58 +0100
commitc57fd4462d844d86c5686e9ce7919616bcab1402 (patch)
tree84b7ebd6013389f89043990f11d619183659634e
parentdb8e009c169887b494be5f393f8b3a3eff346ca1 (diff)
downloadpciutils-c57fd4462d844d86c5686e9ce7919616bcab1402.tar.gz
<asm/io.h> does not exist any more
Thanks to John Spencer for bringing this to attention.
-rw-r--r--lib/i386-io-linux.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/i386-io-linux.h b/lib/i386-io-linux.h
index 672897f..1e52d73 100644
--- a/lib/i386-io-linux.h
+++ b/lib/i386-io-linux.h
@@ -6,11 +6,7 @@
* Can be freely distributed and used under the terms of the GNU GPL.
*/
-#ifdef __GLIBC__
#include <sys/io.h>
-#else
-#include <asm/io.h>
-#endif
static int
intel_setup_io(struct pci_access *a UNUSED)