summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-02-05 10:52:52 +0900
committerTom Rini <trini@ti.com>2014-02-19 11:10:04 -0500
commitbabb4440cfe1b8806cf2a5a3c5836196e501665d (patch)
tree4ac8aa30a0bfbd3852ee06ff57f449a34c98745b /include
parentced032989a1b26851bc567df70199031dab37f19 (diff)
downloadblackbird-obmc-uboot-babb4440cfe1b8806cf2a5a3c5836196e501665d.tar.gz
blackbird-obmc-uboot-babb4440cfe1b8806cf2a5a3c5836196e501665d.zip
kernel-doc: fix some errors
- Delete fs.xml from DOCBOOKS to fix an error. Commit e3ff797c added fs.xml to DOCBOOKS but missed to add doc/DocBook/fs.tmpl. - Fix the location of include guard in include/linker_lists.h. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Reported-by: Abraham Varricatt <abraham.varricatt@vvdntech.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/linker_lists.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linker_lists.h b/include/linker_lists.h
index 1eebb95fbb..997d149b71 100644
--- a/include/linker_lists.h
+++ b/include/linker_lists.h
@@ -8,6 +8,9 @@
* SPDX-License-Identifier: GPL-2.0+
*/
+#ifndef __LINKER_LISTS_H__
+#define __LINKER_LISTS_H__
+
/*
* There is no use in including this from ASM files, but that happens
* anyway, e.g. PPC kgdb.S includes command.h which incluse us.
@@ -97,9 +100,6 @@
* %u_boot_list_2_drivers_3
*/
-#ifndef __LINKER_LISTS_H__
-#define __LINKER_LISTS_H__
-
/**
* ll_entry_declare() - Declare linker-generated array entry
* @_type: Data type of the entry
OpenPOWER on IntegriCloud