aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2019-01-01 19:40:14 -0500
committerJonathan Corbet <corbet@lwn.net>2019-01-03 11:18:27 -0500
commitcaaf3c83d2842c859d141711806d949f71c5f241 (patch)
treeeba970d5bd4b9263871147fa0617f2d071b178b5
parent942104a21ce4951420ddf6c6b3179a0627301f7e (diff)
Docs/kernel-api.rst: Remove blk-tag.c reference
After 7ca01926463a, legacy rq tagging was removed, so block/blk-tag.c does not exists anymore. When generating pdfdocs, sphinx complains about this missing file: Error: Cannot open file ./block/blk-tag.c Error: Cannot open file ./block/blk-tag.c Error: Cannot open file ./block/blk-tag.c Error: Cannot open file ./block/blk-tag.c So remove blk-tag.c traces from kernel-api.rst file to silence these warnings. Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r--Documentation/core-api/kernel-api.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/core-api/kernel-api.rst b/Documentation/core-api/kernel-api.rst
index 3431337ee4e6..cdd24943fbcc 100644
--- a/Documentation/core-api/kernel-api.rst
+++ b/Documentation/core-api/kernel-api.rst
@@ -291,12 +291,6 @@ Block Devices
291.. kernel-doc:: block/blk-lib.c 291.. kernel-doc:: block/blk-lib.c
292 :export: 292 :export:
293 293
294.. kernel-doc:: block/blk-tag.c
295 :export:
296
297.. kernel-doc:: block/blk-tag.c
298 :internal:
299
300.. kernel-doc:: block/blk-integrity.c 294.. kernel-doc:: block/blk-integrity.c
301 :export: 295 :export:
302 296