summaryrefslogtreecommitdiff
path: root/plat/imx/imx7/include/imx_regs.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/imx/imx7/include/imx_regs.h')
-rw-r--r--plat/imx/imx7/include/imx_regs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plat/imx/imx7/include/imx_regs.h b/plat/imx/imx7/include/imx_regs.h
index aa345cfc..3c7e20f5 100644
--- a/plat/imx/imx7/include/imx_regs.h
+++ b/plat/imx/imx7/include/imx_regs.h
@@ -4,8 +4,8 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#ifndef __IMX_REGS_H__
-#define __IMX_REGS_H__
+#ifndef IMX_REGS_H
+#define IMX_REGS_H
/* Define the processor memory map */
@@ -105,4 +105,4 @@
/* Define the maximum number of WDOG blocks on this SoC */
#define MXC_MAX_WDOG_NUM 0x04
-#endif /* __IMX_REGS_H__ */
+#endif /* IMX_REGS_H */