]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
kernel-doc: fix some errors
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Wed, 5 Feb 2014 01:52:52 +0000 (10:52 +0900)
committerTom Rini <trini@ti.com>
Wed, 19 Feb 2014 16:10:04 +0000 (11:10 -0500)
- 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>
doc/DocBook/Makefile
include/linker_lists.h

index 30771340a0d35ae297526649f6003c3c8598f89b..44afc471486ae444117fcb31a1bffa20f07a5975 100644 (file)
@@ -6,7 +6,7 @@
 # To add a new book the only step required is to add the book to the
 # list of DOCBOOKS.
 
-DOCBOOKS := fs.xml linker_lists.xml stdio.xml
+DOCBOOKS := linker_lists.xml stdio.xml
 
 ###
 # The build process is as follows (targets):
index 1eebb95fbb9b7efb9c01a3cbb57303875baf9bae..997d149b71de2eee294d0595bff34a02dd23fdce 100644 (file)
@@ -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.
  *   %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