diff options
author | Geliang Tang <geliangtang@gmail.com> | 2016-11-18 09:21:14 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@ozlabs.org> | 2016-11-20 23:29:26 -0500 |
commit | 68b8b72bb221f6d3d14b7fcc9c6991121b6a06ba (patch) | |
tree | b3b5634f6d12bb4bc8acadded0c803bb93d35f9b | |
parent | f064a0de1579fabded8990bed93971e30deb9ecb (diff) |
KVM: PPC: Book3S HV: Drop duplicate header asm/iommu.h
Drop duplicate header asm/iommu.h from book3s_64_vio_hv.c.
Signed-off-by: Geliang Tang <geliangtang@gmail.com>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
-rw-r--r-- | arch/powerpc/kvm/book3s_64_vio_hv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kvm/book3s_64_vio_hv.c b/arch/powerpc/kvm/book3s_64_vio_hv.c index 30f83cf1b98e..66e98276d93e 100644 --- a/arch/powerpc/kvm/book3s_64_vio_hv.c +++ b/arch/powerpc/kvm/book3s_64_vio_hv.c | |||
@@ -39,7 +39,6 @@ | |||
39 | #include <asm/udbg.h> | 39 | #include <asm/udbg.h> |
40 | #include <asm/iommu.h> | 40 | #include <asm/iommu.h> |
41 | #include <asm/tce.h> | 41 | #include <asm/tce.h> |
42 | #include <asm/iommu.h> | ||
43 | #include <asm/asm-prototypes.h> | 42 | #include <asm/asm-prototypes.h> |
44 | 43 | ||
45 | #define TCES_PER_PAGE (PAGE_SIZE / sizeof(u64)) | 44 | #define TCES_PER_PAGE (PAGE_SIZE / sizeof(u64)) |