]> git.sur5r.net Git - u-boot/blobdiff - include/linux/libfdt_env.h
scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987
[u-boot] / include / linux / libfdt_env.h
index 0d209a64928664f4c30ff2f6fd26aa475fb82550..e2bf79c7ee8d63bf6bc29d6239b85a0487f5353a 100644 (file)
@@ -6,8 +6,8 @@
  * Using the same guard name as that of scripts/dtc/libfdt/libfdt_env.h
  * prevents it from being included.
  */
-#ifndef _LIBFDT_ENV_H
-#define _LIBFDT_ENV_H
+#ifndef LIBFDT_ENV_H
+#define LIBFDT_ENV_H
 
 #include <linux/string.h>
 
@@ -27,5 +27,5 @@ typedef __be64 fdt64_t;
 
 #define strtoul(cp, endp, base)        simple_strtoul(cp, endp, base)
 
-#endif /* _LIBFDT_ENV_H */
+#endif /* LIBFDT_ENV_H */
 #endif