summaryrefslogtreecommitdiffstats
path: root/lib/libfdt/fdt_empty_tree.c
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2016-05-23 05:40:55 -0400
committerSimon Glass <sjg@chromium.org>2016-06-19 17:05:55 -0600
commit6feed2a5aefb7fd0ac443a50bfe00625000bdd34 (patch)
tree17ffe71e9d1ce849cf66661ff8d660696fcbb74c /lib/libfdt/fdt_empty_tree.c
parentfc76b698736efa9d52e06aa09c03dc8ef10fd581 (diff)
downloadblackbird-obmc-uboot-6feed2a5aefb7fd0ac443a50bfe00625000bdd34.tar.gz
blackbird-obmc-uboot-6feed2a5aefb7fd0ac443a50bfe00625000bdd34.zip
lib/libfdt/: General aesthetic/style fixes.
A number of style fixes across the files in this directory, including: * Correct invalid kernel-doc content. * Tidy up massive comment in fdt_region.c. * Use correct spelling of "U-Boot". * Replace tests of "! <var>" with "!<var>". * Replace "libfdt_env.h" with <libfdt_env.h>. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'lib/libfdt/fdt_empty_tree.c')
-rw-r--r--lib/libfdt/fdt_empty_tree.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libfdt/fdt_empty_tree.c b/lib/libfdt/fdt_empty_tree.c
index 34f1c84431..6fde1eb9ed 100644
--- a/lib/libfdt/fdt_empty_tree.c
+++ b/lib/libfdt/fdt_empty_tree.c
@@ -3,8 +3,7 @@
* Copyright (C) 2012 David Gibson, IBM Corporation.
* SPDX-License-Identifier: GPL-2.0+ BSD-2-Clause
*/
-#include "libfdt_env.h"
-
+#include <libfdt_env.h>
#include <fdt.h>
#include <libfdt.h>
OpenPOWER on IntegriCloud