From: Jonathan Corbet Date: Tue, 4 Jul 2017 19:16:41 +0000 (-0600) Subject: docs: Do not include from kernel/rcu/srcu.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ecebcd4da6cde7bfcde62d06488faba164b70b37;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Jonathan Corbet --- 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: