Skip to content

Commit a50e94d

Browse files
committed
libfdt: Update the inclusion define protection
Inspired by commit 9130ba8 ("scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987") Signed-off-by: Cristian Birsan <cristian.birsan@microchip.com>
1 parent a16134b commit a50e94d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

include/linux/libfdt_env.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: GPL-2.0 */
2-
#ifndef _LIBFDT_ENV_H
3-
#define _LIBFDT_ENV_H
2+
#ifndef LIBFDT_ENV_H
3+
#define LIBFDT_ENV_H
44

55
#include <linux/string.h>
66

@@ -15,4 +15,4 @@ typedef __be64 fdt64_t;
1515
#define fdt64_to_cpu(x) be64_to_cpu(x)
1616
#define cpu_to_fdt64(x) cpu_to_be64(x)
1717

18-
#endif /* _LIBFDT_ENV_H */
18+
#endif /* LIBFDT_ENV_H */

0 commit comments

Comments
 (0)