diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2017-07-13 22:44:54 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-07-13 22:44:54 +0200 |
commit | 954e6e03c61d233eae810f8da65270c224fe2fa4 (patch) | |
tree | bed7e17c864e84eb28a5ae4fa1ee809f4c2de783 /Documentation/driver-api | |
parent | Merge tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... (diff) | |
parent | kokr/memory-barriers.txt: Fix obsolete link to atomic_ops.txt (diff) | |
download | linux-954e6e03c61d233eae810f8da65270c224fe2fa4.tar.xz linux-954e6e03c61d233eae810f8da65270c224fe2fa4.zip |
Merge tag '4.13-fixes' of git://git.lwn.net/linux
Pull documentation fixes from Jonathan Corbet:
"A set of fixes for various warnings, including the one caused by the
removal of kernel/rcu/srcu.c. Also correct a stray pointer in
memory-barriers.txt"
* tag '4.13-fixes' of git://git.lwn.net/linux:
kokr/memory-barriers.txt: Fix obsolete link to atomic_ops.txt
memory-barriers.txt: Fix broken link to atomic_ops.txt
docs: Turn off section numbering for the input docs
docs: Include uaccess docs from the right file
docs: Do not include from kernel/rcu/srcu.c
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r-- | Documentation/driver-api/basics.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/driver-api/basics.rst b/Documentation/driver-api/basics.rst index 472e7a664d13..ab82250c7727 100644 --- a/Documentation/driver-api/basics.rst +++ b/Documentation/driver-api/basics.rst @@ -106,9 +106,6 @@ Kernel utility functions .. kernel-doc:: kernel/sys.c :export: -.. kernel-doc:: kernel/rcu/srcu.c - :export: - .. kernel-doc:: kernel/rcu/tree.c :export: |