diff options
| author | Rob Herring <robh@kernel.org> | 2018-03-08 10:21:07 -0500 |
|---|---|---|
| committer | Rob Herring <robh@kernel.org> | 2018-03-08 10:21:07 -0500 |
| commit | c679fa6e3aaa5c58fc514b5b88cfa82774b8d390 (patch) | |
| tree | 0c10b339368bd1795152a66a4e245e6f654fb3ec /include/linux/libfdt_env.h | |
| parent | bdb7013df910681f84eff27b07791d4c160cb76f (diff) | |
| parent | 4fd98e374fd377ae0458a9dc44aa779cf9631ddd (diff) | |
Merge branch 'dtc-update' into dt/next
Diffstat (limited to 'include/linux/libfdt_env.h')
| -rw-r--r-- | include/linux/libfdt_env.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/libfdt_env.h b/include/linux/libfdt_env.h index 14997285e53d..c6ac1fe7ec68 100644 --- a/include/linux/libfdt_env.h +++ b/include/linux/libfdt_env.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
| 2 | #ifndef _LIBFDT_ENV_H | 2 | #ifndef LIBFDT_ENV_H |
| 3 | #define _LIBFDT_ENV_H | 3 | #define LIBFDT_ENV_H |
| 4 | 4 | ||
| 5 | #include <linux/string.h> | 5 | #include <linux/string.h> |
| 6 | 6 | ||
| @@ -15,4 +15,4 @@ typedef __be64 fdt64_t; | |||
| 15 | #define fdt64_to_cpu(x) be64_to_cpu(x) | 15 | #define fdt64_to_cpu(x) be64_to_cpu(x) |
| 16 | #define cpu_to_fdt64(x) cpu_to_be64(x) | 16 | #define cpu_to_fdt64(x) cpu_to_be64(x) |
| 17 | 17 | ||
| 18 | #endif /* _LIBFDT_ENV_H */ | 18 | #endif /* LIBFDT_ENV_H */ |
