From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zblu0-00064y-AK for qemu-devel@nongnu.org; Tue, 15 Sep 2015 04:47:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zbltv-0007AO-Ab for qemu-devel@nongnu.org; Tue, 15 Sep 2015 04:47:48 -0400 Sender: Paolo Bonzini From: Paolo Bonzini Date: Tue, 15 Sep 2015 10:47:36 +0200 Message-Id: <1442306856-11153-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH] pci-assign: do not include sys/io.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, Houcheng Lin 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 --- hw/i386/kvm/pci-assign.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/i386/kvm/pci-assign.c b/hw/i386/kvm/pci-assign.c index 57f14f1..3df8e6c 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 -- 2.5.0