From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PATCH] kvm/x86: remove unnecessary header file inclusion Date: Tue, 31 May 2016 15:49:46 +0200 Message-ID: <20160531134945.GD30721@potion> References: <1464672074-8864-1-git-send-email-kai.huang@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: pbonzini@redhat.com, kvm@vger.kernel.org To: Kai Huang Return-path: Received: from mx1.redhat.com ([209.132.183.28]:49323 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752505AbcEaNtu (ORCPT ); Tue, 31 May 2016 09:49:50 -0400 Content-Disposition: inline In-Reply-To: <1464672074-8864-1-git-send-email-kai.huang@linux.intel.com> Sender: kvm-owner@vger.kernel.org List-ID: 2016-05-31 13:21+0800, Kai Huang: > 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 > --- Applied, thanks. > 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 >