diff mbox series

[Xen-devel,v2,19/21] xen/arm: Remove unnecessary includes in asm/current.h

Message ID 20181031181313.8028-20-julien.grall@arm.com
State Accepted
Commit 8818bdb3b803055431b9a919ce6b1e93da386666
Headers show
Series xen/arm: Bunch of clean-ups | expand

Commit Message

Julien Grall Oct. 31, 2018, 6:13 p.m. UTC
Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Andrii Anisov <andrii_anisov@epam.com>

---
    Changes in v2:
        - Add Andrii's reviewed-by
---
 xen/include/asm-arm/current.h | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

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) */