From: Tobin C. Harding Date: Thu, 26 Jul 2018 05:03:04 +0000 (+1000) Subject: docs: Add bpf/index to top level index X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3209570da7a2dc80e3123dd837ced461f786e6dc;p=linux.git docs: Add bpf/index to top level index Recently bpf docs were converted to RST format. The new files were not added to the top level toctree. This causes build system to emit a warning of type WARNING: document isn't included in any toctree Add bpf/index.rst to Documentation/index.rst Signed-off-by: Tobin C. Harding Signed-off-by: Daniel Borkmann --- diff --git a/Documentation/index.rst b/Documentation/index.rst index fdc585703498e..086710b054dbe 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -90,6 +90,7 @@ needed). crypto/index filesystems/index vm/index + bpf/index Architecture-specific documentation -----------------------------------