diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2017-10-19 17:26:20 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-10-19 22:26:11 -0400 |
commit | 533966c8ad9ec779d81179ea6a182055066c62a3 (patch) | |
tree | ff336f8dec07e7a1bc22d24bd4db88f268d06dd9 | |
parent | a961e40917fb14614d368d8bc9782ca4d6a8cd11 (diff) |
doc: Fix RCU's docbook options
Commit 764f80798b95 ("doc: Add RCU files to docbook-generation files")
added :external: options for RCU source files in the file
Documentation/core-api/kernel-api.rst. However, this now means nothing,
so this commit removes them.
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: Akira Yokosawa <akiyks@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | Documentation/core-api/kernel-api.rst | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Documentation/core-api/kernel-api.rst b/Documentation/core-api/kernel-api.rst index 8282099e0cbf..5da10184d908 100644 --- a/Documentation/core-api/kernel-api.rst +++ b/Documentation/core-api/kernel-api.rst | |||
@@ -352,44 +352,30 @@ Read-Copy Update (RCU) | |||
352 | ---------------------- | 352 | ---------------------- |
353 | 353 | ||
354 | .. kernel-doc:: include/linux/rcupdate.h | 354 | .. kernel-doc:: include/linux/rcupdate.h |
355 | :external: | ||
356 | 355 | ||
357 | .. kernel-doc:: include/linux/rcupdate_wait.h | 356 | .. kernel-doc:: include/linux/rcupdate_wait.h |
358 | :external: | ||
359 | 357 | ||
360 | .. kernel-doc:: include/linux/rcutree.h | 358 | .. kernel-doc:: include/linux/rcutree.h |
361 | :external: | ||
362 | 359 | ||
363 | .. kernel-doc:: kernel/rcu/tree.c | 360 | .. kernel-doc:: kernel/rcu/tree.c |
364 | :external: | ||
365 | 361 | ||
366 | .. kernel-doc:: kernel/rcu/tree_plugin.h | 362 | .. kernel-doc:: kernel/rcu/tree_plugin.h |
367 | :external: | ||
368 | 363 | ||
369 | .. kernel-doc:: kernel/rcu/tree_exp.h | 364 | .. kernel-doc:: kernel/rcu/tree_exp.h |
370 | :external: | ||
371 | 365 | ||
372 | .. kernel-doc:: kernel/rcu/update.c | 366 | .. kernel-doc:: kernel/rcu/update.c |
373 | :external: | ||
374 | 367 | ||
375 | .. kernel-doc:: include/linux/srcu.h | 368 | .. kernel-doc:: include/linux/srcu.h |
376 | :external: | ||
377 | 369 | ||
378 | .. kernel-doc:: kernel/rcu/srcutree.c | 370 | .. kernel-doc:: kernel/rcu/srcutree.c |
379 | :external: | ||
380 | 371 | ||
381 | .. kernel-doc:: include/linux/rculist_bl.h | 372 | .. kernel-doc:: include/linux/rculist_bl.h |
382 | :external: | ||
383 | 373 | ||
384 | .. kernel-doc:: include/linux/rculist.h | 374 | .. kernel-doc:: include/linux/rculist.h |
385 | :external: | ||
386 | 375 | ||
387 | .. kernel-doc:: include/linux/rculist_nulls.h | 376 | .. kernel-doc:: include/linux/rculist_nulls.h |
388 | :external: | ||
389 | 377 | ||
390 | .. kernel-doc:: include/linux/rcu_sync.h | 378 | .. kernel-doc:: include/linux/rcu_sync.h |
391 | :external: | ||
392 | 379 | ||
393 | .. kernel-doc:: kernel/rcu/sync.c | 380 | .. kernel-doc:: kernel/rcu/sync.c |
394 | :external: | ||
395 | 381 | ||