From: Kai Huang Date: Tue, 31 May 2016 05:21:14 +0000 (+0800) Subject: kvm/x86: remove unnecessary header file inclusion X-Git-Tag: v4.8-rc1~60^2~139 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dca4d728773a2f48e999c8617524bbf8dee4807f;p=platform%2Fkernel%2Flinux-exynos.git kvm/x86: remove unnecessary header file inclusion 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 Signed-off-by: Radim Krčmář --- diff --git a/arch/x86/kvm/iommu.c b/arch/x86/kvm/iommu.c index 3069281904d3..4f2010c5feba 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;