]> mj.ucw.cz Git - pciutils.git/commitdiff
<asm/io.h> does not exist any more
authorMartin Mares <mj@ucw.cz>
Sat, 1 Nov 2014 15:17:58 +0000 (16:17 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 1 Nov 2014 15:17:58 +0000 (16:17 +0100)
Thanks to John Spencer for bringing this to attention.

lib/i386-io-linux.h

index 672897fab23ddcdded2d850c1c06494c64e2b361..1e52d73d8e26308bdef9f863f725b88803e1af37 100644 (file)
@@ -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)