ARM: uniphier: rename include guard of include/configs/uniphier.h
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 30 Jul 2020 09:28:04 +0000 (18:28 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 17 Aug 2020 17:01:14 +0000 (02:01 +0900)
Make the include guard match to the file name.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
include/configs/uniphier.h

index 740249a..bad4e41 100644 (file)
@@ -7,8 +7,8 @@
 
 /* U-Boot - Common settings for UniPhier Family */
 
-#ifndef __CONFIG_UNIPHIER_COMMON_H__
-#define __CONFIG_UNIPHIER_COMMON_H__
+#ifndef __CONFIG_UNIPHIER_H__
+#define __CONFIG_UNIPHIER_H__
 
 #ifndef CONFIG_SPL_BUILD
 #include <config_distro_bootcmd.h>
 
 #define CONFIG_SPL_PAD_TO                      0x20000
 
-#endif /* __CONFIG_UNIPHIER_COMMON_H__ */
+#endif /* __CONFIG_UNIPHIER_H__ */