We don't need include guards here.

Signed-off-by: Ralf Ramsauer <[email protected]>
---
 hypervisor/arch/arm-common/include/asm/psci.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/hypervisor/arch/arm-common/include/asm/psci.h 
b/hypervisor/arch/arm-common/include/asm/psci.h
index 09712c6e..e635aec0 100644
--- a/hypervisor/arch/arm-common/include/asm/psci.h
+++ b/hypervisor/arch/arm-common/include/asm/psci.h
@@ -10,9 +10,6 @@
  * the COPYING file in the top-level directory.
  */
 
-#ifndef _JAILHOUSE_ASM_PSCI_H
-#define _JAILHOUSE_ASM_PSCI_H
-
 #define PSCI_VERSION                   0x84000000
 #define PSCI_CPU_SUSPEND_32            0x84000001
 #define PSCI_CPU_SUSPEND_64            0xc4000001
@@ -44,5 +41,3 @@
 struct trap_context;
 
 long psci_dispatch(struct trap_context *ctx);
-
-#endif /* _JAILHOUSE_ASM_PSCI_H */
-- 
2.14.1

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to