pci-assign: do not include sys/io.h

This file does not exist on bionic libc and the functions it defines
are in fact not used by pci-assign.c.  Remove it.

Reported-by: Houcheng Lin <houcheng@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
master
Paolo Bonzini 2015-09-15 10:47:36 +02:00 committed by Michael Tokarev
parent eab2ac9d3c
commit 16033ba577
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@
*/
#include <stdio.h>
#include <unistd.h>
#include <sys/io.h>
#include <sys/mman.h>
#include <sys/types.h>
#include <sys/stat.h>