diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-02-05 10:52:52 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-02-19 11:10:04 -0500 |
commit | babb4440cfe1b8806cf2a5a3c5836196e501665d (patch) | |
tree | 4ac8aa30a0bfbd3852ee06ff57f449a34c98745b /doc | |
parent | ced032989a1b26851bc567df70199031dab37f19 (diff) | |
download | u-boot-imx-babb4440cfe1b8806cf2a5a3c5836196e501665d.zip u-boot-imx-babb4440cfe1b8806cf2a5a3c5836196e501665d.tar.gz u-boot-imx-babb4440cfe1b8806cf2a5a3c5836196e501665d.tar.bz2 |
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 'doc')
-rw-r--r-- | doc/DocBook/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/DocBook/Makefile b/doc/DocBook/Makefile index 3077134..44afc47 100644 --- a/doc/DocBook/Makefile +++ b/doc/DocBook/Makefile @@ -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): |