diff options
author | Jonathan Corbet | 2019-05-24 14:22:36 -0600 |
---|---|---|
committer | Jonathan Corbet | 2019-05-24 14:23:40 -0600 |
commit | a5f6f88c3d1a453dd35cbaac2870f5fae866ad2e (patch) | |
tree | 43ab034fee34ac9fb6a28dcf6d86eb416f42ddf2 /Documentation/driver-api | |
parent | 551bd3368a7b3cfef01edaade8970948d178d40a (diff) |
docs: Do not seek comments in kernel/rcu/tree_plugin.h
There are no kerneldoc comments in this file, so do not attempt to
include them in the docs build.
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 e970fadf4d1a..1ba88c7b3984 100644 --- a/Documentation/driver-api/basics.rst +++ b/Documentation/driver-api/basics.rst @@ -115,9 +115,6 @@ Kernel utility functions .. kernel-doc:: kernel/rcu/tree.c :export: -.. kernel-doc:: kernel/rcu/tree_plugin.h - :export: - .. kernel-doc:: kernel/rcu/update.c :export: |