Discussion:
[Xen-changelog] [xen master] xen/arm: Remove unnecessary includes in traps.c
p***@xen.org
2018-11-19 11:56:48 UTC
Permalink
commit 9d6338dc56bc5e5404ee225b83f866f516b62446
Author: Julien Grall <***@arm.com>
AuthorDate: Wed Oct 31 18:13:08 2018 +0000
Commit: Stefano Stabellini <***@kernel.org>
CommitDate: Fri Nov 9 10:14:43 2018 -0800

xen/arm: Remove unnecessary includes in traps.c

Also, include smccc.h instead of psci.h.

Signed-off-by: Julien Grall <***@arm.com>
Reviewed-by: Andrii Anisov <***@epam.com>
Acked-by: Stefano Stabellini <***@kernel.org>
---
xen/arch/arm/traps.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/xen/arch/arm/traps.c b/xen/arch/arm/traps.c
index 0b8d342c1a..88ffeeb480 100644
--- a/xen/arch/arm/traps.c
+++ b/xen/arch/arm/traps.c
@@ -42,12 +42,10 @@
#include <asm/cpufeature.h>
#include <asm/debugger.h>
#include <asm/event.h>
-#include <asm/flushtlb.h>
#include <asm/hsr.h>
#include <asm/mmio.h>
-#include <asm/monitor.h>
-#include <asm/psci.h>
#include <asm/regs.h>
+#include <asm/smccc.h>
#include <asm/traps.h>
#include <asm/vgic.h>
#include <asm/vtimer.h>
--
generated by git-patchbot for /home/xen/git/xen.git#master

Loading...