summaryrefslogtreecommitdiff
path: root/include/plat/marvell/common/aarch64/cci_macros.S
diff options
context:
space:
mode:
Diffstat (limited to 'include/plat/marvell/common/aarch64/cci_macros.S')
-rw-r--r--include/plat/marvell/common/aarch64/cci_macros.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/plat/marvell/common/aarch64/cci_macros.S b/include/plat/marvell/common/aarch64/cci_macros.S
index d6080cfd..96b364ee 100644
--- a/include/plat/marvell/common/aarch64/cci_macros.S
+++ b/include/plat/marvell/common/aarch64/cci_macros.S
@@ -5,8 +5,8 @@
* https://spdx.org/licenses
*/
-#ifndef __CCI_MACROS_S__
-#define __CCI_MACROS_S__
+#ifndef CCI_MACROS_S
+#define CCI_MACROS_S
#include <cci.h>
#include <platform_def.h>
@@ -36,4 +36,4 @@ cci_iface_regs:
bl str_in_crash_buf_print
.endm
-#endif /* __CCI_MACROS_S__ */
+#endif /* CCI_MACROS_S */