]> asedeno.scripts.mit.edu Git - linux.git/commit
kvm/x86: remove unnecessary header file inclusion
authorKai Huang <kai.huang@linux.intel.com>
Tue, 31 May 2016 05:21:14 +0000 (13:21 +0800)
committerRadim Krčmář <rkrcmar@redhat.com>
Fri, 3 Jun 2016 13:28:19 +0000 (15:28 +0200)
commitdca4d728773a2f48e999c8617524bbf8dee4807f
treeaabd975c807ac12de0fd21020fcb8df04ae7eb5a
parent250715a6171a076748be8ab88b274e72f0cfb435
kvm/x86: remove unnecessary header file inclusion

arch/x86/kvm/iommu.c includes <linux/intel-iommu.h> and <linux/dmar.h>, 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 <kai.huang@linux.intel.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
arch/x86/kvm/iommu.c