Skip to content

Commit

Permalink
KVM: Remove useless intel-iommu.h header inclusion
Browse files Browse the repository at this point in the history
Currently "#include <linux/intel-iommu.h>" is not needed in
virt/kvm/kvm_main.c.

Signed-off-by: Weidong Han <[email protected]>
Signed-off-by: Avi Kivity <[email protected]>
  • Loading branch information
Weidong Han authored and avikivity committed Oct 15, 2008
1 parent 7d8fece commit 271b052
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion virt/kvm/kvm_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
#include <linux/pagemap.h>
#include <linux/mman.h>
#include <linux/swap.h>
#include <linux/intel-iommu.h>

#include <asm/processor.h>
#include <asm/io.h>
Expand Down

0 comments on commit 271b052

Please sign in to comment.