summaryrefslogtreecommitdiff
path: root/plat/marvell/a8k/common/include/platform_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/marvell/a8k/common/include/platform_def.h')
-rw-r--r--plat/marvell/a8k/common/include/platform_def.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plat/marvell/a8k/common/include/platform_def.h b/plat/marvell/a8k/common/include/platform_def.h
index ed7bb63d..4c3e7a9e 100644
--- a/plat/marvell/a8k/common/include/platform_def.h
+++ b/plat/marvell/a8k/common/include/platform_def.h
@@ -5,8 +5,8 @@
* https://spdx.org/licenses
*/
-#ifndef __PLATFORM_DEF_H__
-#define __PLATFORM_DEF_H__
+#ifndef PLATFORM_DEF_H
+#define PLATFORM_DEF_H
#include <board_marvell_def.h>
#include <gic_common.h>
@@ -198,4 +198,4 @@
#define MVEBU_PMU_IRQ_WA
-#endif /* __PLATFORM_DEF_H__ */
+#endif /* PLATFORM_DEF_H */