Skip to content

Commit ee1f213

Browse files
committed
Merge branch 'at91-4.14-trunk/base_dtc' into linux-4.14-at91
2 parents 4c5bbff + 7b2586a commit ee1f213

25 files changed

Lines changed: 1895 additions & 901 deletions

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)