From: Paolo Bonzini Date: Tue, 15 Sep 2015 08:47:36 +0000 (+0200) Subject: pci-assign: do not include sys/io.h X-Git-Tag: TizenStudio_2.0_p2.3.2~120^2~1^2~143^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=16033ba577059c5675e4c786234c46027380c29b;p=sdk%2Femulator%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 b1beaa6..44beee3 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