From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kai Huang Subject: [PATCH] kvm/x86: remove unnecessary header file inclusion Date: Tue, 31 May 2016 13:21:14 +0800 Message-ID: <1464672074-8864-1-git-send-email-kai.huang@linux.intel.com> Cc: Kai Huang To: pbonzini@redhat.com, rkrcmar@redhat.com, kvm@vger.kernel.org Return-path: Received: from mga01.intel.com ([192.55.52.88]:26496 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750868AbcEaF3I (ORCPT ); Tue, 31 May 2016 01:29:08 -0400 Sender: kvm-owner@vger.kernel.org List-ID: arch/x86/kvm/iommu.c includes and , which both are unnecessary, in fact incorrect to be here as they are intel specific. Building kvm on x86 passed after removing above inclusion. Signed-off-by: Kai Huang --- arch/x86/kvm/iommu.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/x86/kvm/iommu.c b/arch/x86/kvm/iommu.c index a22a488..15d8fff 100644 --- a/arch/x86/kvm/iommu.c +++ b/arch/x86/kvm/iommu.c @@ -28,9 +28,7 @@ #include #include #include -#include #include -#include #include "assigned-dev.h" static bool allow_unsafe_assigned_interrupts; -- 2.7.4