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>
This commit is contained in:
Masahiro Yamada
2014-02-05 10:52:52 +09:00
committed by Tom Rini
parent ced032989a
commit babb4440cf
2 changed files with 4 additions and 4 deletions

View 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):