diff options
author | Jonathan Corbet <corbet@lwn.net> | 2017-07-04 13:16:41 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-07-04 13:16:41 -0600 |
commit | ecebcd4da6cde7bfcde62d06488faba164b70b37 (patch) | |
tree | 26e3881e784221419e001626c5627a26efff0d61 /Documentation/driver-api | |
parent | 1cb566ba5634d7593b8b2a0a5c83f1c9e14b2e09 (diff) | |
download | op-kernel-dev-ecebcd4da6cde7bfcde62d06488faba164b70b37.zip op-kernel-dev-ecebcd4da6cde7bfcde62d06488faba164b70b37.tar.gz |
docs: Do not include from kernel/rcu/srcu.c
That file went away with commit bd8cc5a062f4 (srcu: Remove Classic SRCU)
during the 4.13 merge window, leading to errors like:
Error: Cannot open file ./kernel/rcu/srcu.c
during the docs build.
Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
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 472e7a6..ab82250 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: |