From: Paolo Bonzini Date: Tue, 15 Sep 2015 08:47:36 +0000 (+0200) Subject: pci-assign: do not include sys/io.h X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=16033ba577059c5675e4c786234c46027380c29b;p=osstest%2Fqemu.git 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 Signed-off-by: Paolo Bonzini Signed-off-by: Michael Tokarev --- diff --git a/hw/i386/kvm/pci-assign.c b/hw/i386/kvm/pci-assign.c index b1beaa66b..44beee3a0 100644 --- a/hw/i386/kvm/pci-assign.c +++ b/hw/i386/kvm/pci-assign.c @@ -22,7 +22,6 @@ */ #include #include -#include #include #include #include