From: Jan Kiszka <[email protected]> Signed-off-by: Jan Kiszka <[email protected]> --- hypervisor/arch/arm64/smmu.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/hypervisor/arch/arm64/smmu.c b/hypervisor/arch/arm64/smmu.c index 9c10d75c..349cd0fc 100644 --- a/hypervisor/arch/arm64/smmu.c +++ b/hypervisor/arch/arm64/smmu.c @@ -11,16 +11,10 @@ */ #include <jailhouse/control.h> -#include <jailhouse/ivshmem.h> -#include <jailhouse/mmio.h> -#include <jailhouse/paging.h> -#include <jailhouse/pci.h> #include <jailhouse/printk.h> -#include <jailhouse/string.h> #include <jailhouse/unit.h> #include <asm/iommu.h> -#include <asm/spinlock.h> -#include <asm/sysregs.h> + #include <jailhouse/cell-config.h> #define SZ_4K 0x00001000 -- 2.26.2 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/cfe4b3af813358e9cf5aa4c22b7b421803499189.1601838005.git.jan.kiszka%40siemens.com.
