X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Flinux%2Flibfdt_env.h;h=e2bf79c7ee8d63bf6bc29d6239b85a0487f5353a;hb=db405d1980e0e3bfdd629399d1dfe457f1f32646;hp=0d209a64928664f4c30ff2f6fd26aa475fb82550;hpb=072a2995bde113cd05962376fb1496ec25766729;p=u-boot diff --git a/include/linux/libfdt_env.h b/include/linux/libfdt_env.h index 0d209a6492..e2bf79c7ee 100644 --- a/include/linux/libfdt_env.h +++ b/include/linux/libfdt_env.h @@ -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 @@ -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