Discussion:
[Xen-changelog] [xen master] xen/arm: Remove unnecessary includes in asm/current.h
p***@xen.org
2018-11-19 11:57:18 UTC
Permalink
commit 8818bdb3b803055431b9a919ce6b1e93da386666
Author: Julien Grall <***@arm.com>
AuthorDate: Wed Oct 31 18:13:11 2018 +0000
Commit: Stefano Stabellini <***@kernel.org>
CommitDate: Fri Nov 9 10:14:49 2018 -0800

xen/arm: Remove unnecessary includes in asm/current.h

Signed-off-by: Julien Grall <***@arm.com>
Reviewed-by: Andrii Anisov <***@epam.com>
Acked-by: Stefano Stabellini <***@kernel.org>
---
xen/include/asm-arm/current.h | 2 --
1 file changed, 2 deletions(-)

diff --git a/xen/include/asm-arm/current.h b/xen/include/asm-arm/current.h
index f9819b34fc..c4af66fbb9 100644
--- a/xen/include/asm-arm/current.h
+++ b/xen/include/asm-arm/current.h
@@ -2,9 +2,7 @@
#define __ARM_CURRENT_H__

#include <xen/percpu.h>
-#include <public/xen.h>

-#include <asm/percpu.h>
#include <asm/processor.h>

/* Tell whether the guest vCPU enabled Workaround 2 (i.e variant 4) */
--
generated by git-patchbot for /home/xen/git/xen.git#master

Loading...