Skip to content
Snippets Groups Projects
Commit babb4440 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

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: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
Reported-by: default avatarAbraham Varricatt <abraham.varricatt@vvdntech.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent ced03298
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment